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

Comparing cvsroot/Coro/myhttpd/config.pl.dist (file contents):
Revision 1.27 by root, Wed Feb 20 15:06:51 2002 UTC vs.
Revision 1.28 by root, Tue Sep 10 03:08:03 2002 UTC

24$WAIT_INTERVAL = 60*5; # check for free slot this often 24$WAIT_INTERVAL = 60*5; # check for free slot this often
25$WAIT_BUFSIZE = 512; # send this much data while waiting 25$WAIT_BUFSIZE = 512; # send this much data while waiting
26 26
27$BUFSIZE = 32*1024; # buffer size 27$BUFSIZE = 32*1024; # buffer size
28 28
29$TBF_RATE = 100000000;
30
29$AIO_PARALLEL = 1; # how many reader threads for i/o? 31$AIO_PARALLEL = 1; # how many reader threads for i/o?
30 32
31$ACCESS_LOG = "logs/accesslog"; # access log 33$ACCESS_LOG = "logs/accesslog"; # access log
32$ERROR_LOG = "logs/errorlog"; # error log 34$ERROR_LOG = "logs/errorlog"; # error log
33 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines