ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/DB.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/DB.pm (file contents):
Revision 1.12 by root, Tue Jul 24 04:54:47 2007 UTC vs.
Revision 1.13 by root, Sun Jul 29 04:14:45 2007 UTC

348 close $fh; 348 close $fh;
349 CFPlus::fh_nonblocking $FH, 1; 349 CFPlus::fh_nonblocking $FH, 1;
350 350
351 $CB{die} = sub { die shift }; 351 $CB{die} = sub { die shift };
352 352
353 $fh_r_watcher = AnyEvent->io (fh => $FH, poll => 'r', cb => \&fh_read); 353 $fh_r_watcher = AnyEvent->io (fh => $FH, poll => 'r', nice => 1, cb => \&fh_read);
354 354
355 sync_tick; 355 sync_tick;
356} 356}
357 357
358sub stop { 358sub stop {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines