ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/myhttpd/httpd.pl
(Generate patch)

Comparing cvsroot/Coro/myhttpd/httpd.pl (file contents):
Revision 1.21 by root, Fri Aug 17 03:33:00 2001 UTC vs.
Revision 1.22 by root, Fri Aug 17 04:10:38 2001 UTC

78 78
79Event->io(fd => Linux::AIO::poll_fileno, 79Event->io(fd => Linux::AIO::poll_fileno,
80 poll => 'r', async => 1, 80 poll => 'r', async => 1,
81 cb => \&Linux::AIO::poll_cb); 81 cb => \&Linux::AIO::poll_cb);
82my $scheduler = Event->idle( 82my $scheduler = Event->idle(
83 max => 0, min => 0, prio => 6, parked => 1, 83 max => 0, min => 0, prio => 4, parked => 1,
84 cb => \&Coro::schedule); 84 cb => \&Coro::schedule);
85 85
86our %conn; # $conn{ip}{fh} => connobj 86our %conn; # $conn{ip}{fh} => connobj
87our %blocked; 87our %blocked;
88our %mimetype; 88our %mimetype;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines