--- Coro/myhttpd/config.pl.dist 2001/08/11 16:34:47 1.7 +++ Coro/myhttpd/config.pl.dist 2001/08/15 03:06:21 1.9 @@ -7,6 +7,7 @@ $REQ_TIMEOUT = 60; # request timeout $RES_TIMEOUT = 180; # response timeout +$PER_TIMEOUT = 120; # persistent connection timeout $MAX_POOL = 20; # max. number of idle workers @@ -17,4 +18,6 @@ $CMDSHELL_PORT = 7262; # open a command shell on this port -$BUFSIZE = 64*024; # buffer size +$BUFSIZE = 16*1024; # buffer size + +$AIO_PARALLEL = 1; # how many reader threads for i/o?