ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.412 by root, Wed Apr 2 11:13:55 2008 UTC vs.
Revision 1.413 by root, Sun Apr 6 16:13:20 2008 UTC

25use strict; 25use strict;
26 26
27use Symbol; 27use Symbol;
28use List::Util; 28use List::Util;
29use Socket; 29use Socket;
30use EV 1.86; 30use EV 3.2;
31use Opcode; 31use Opcode;
32use Safe; 32use Safe;
33use Safe::Hole; 33use Safe::Hole;
34use Storable (); 34use Storable ();
35 35
3362 reload_config; 3362 reload_config;
3363 db_init; 3363 db_init;
3364 load_extensions; 3364 load_extensions;
3365 3365
3366 $Coro::current->prio (Coro::PRIO_MAX); # give the main loop max. priority 3366 $Coro::current->prio (Coro::PRIO_MAX); # give the main loop max. priority
3367 evthread_start; 3367 evthread_start IO::AIO::poll_fileno;
3368 EV::loop; 3368 EV::loop;
3369} 3369}
3370 3370
3371############################################################################# 3371#############################################################################
3372# initialisation and cleanup 3372# initialisation and cleanup

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines