--- Coro/myhttpd/config.pl.dist 2001/08/11 16:34:47 1.7 +++ Coro/myhttpd/config.pl.dist 2001/08/14 19:38:25 1.8 @@ -17,4 +17,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?