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

Comparing Coro/myhttpd/config.pl.dist (file contents):
Revision 1.27 by root, Wed Feb 20 15:06:51 2002 UTC vs.
Revision 1.29 by root, Thu Nov 21 13:08:06 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; # maximum allowed throughput
30$TBF_MAX_PER_CLIENT = 100000; # maximum throughput per connection
31
29$AIO_PARALLEL = 1; # how many reader threads for i/o? 32$AIO_PARALLEL = 1; # how many reader threads for i/o?
30 33
31$ACCESS_LOG = "logs/accesslog"; # access log 34$ACCESS_LOG = "logs/accesslog"; # access log
32$ERROR_LOG = "logs/errorlog"; # error log 35$ERROR_LOG = "logs/errorlog"; # error log
33 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines