Alex,
current cvs should perform better regarding http keepalive timeouts. you could try to descrease keepalive timeout in gwlib/http.c:
/* define http client connections timeout in seconds (set to -1 for disable) */ #define HTTP_CLIENT_TIMEOUT 240
/* define http server connections timeout in seconds (set to -1 for disable) */ #define HTTP_SERVER_TIMEOUT 60
Any complaints against me exposing that to the config file maybe? I'll post a diff afterwards.
Jon
