The following reply was made to PR os-linux/2774; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: os-linux/2774: Heavily loaded webserver stops accepting all connections after some time. (fwd) Date: Tue, 4 May 1999 11:22:53 -0700 (PDT) ---------- Forwarded message ---------- To: [EMAIL PROTECTED] Date: Tue, 04 May 1999 08:27:27 -0700 From: Arjan van Staalduijnen <[EMAIL PROTECTED]> X-Sent-Mail: off Subject: Re: os-linux/2774: Heavily loaded webserver stops accepting all connections after some time. X-Sender-Ip: 194.109.98.152 Organization: Deja News Mail (http://www.my-dejanews.com:80) The problem was not caused by Apache (and as far as I remember I've been in contact with someone from Apache about this). The problem was caused by insufficient buffering by the Linux kernel. Applying a patch to the (what was then 2.0.35 as the newest Li nux kernel available) kernel sources to increase TCP/IP buffering and max. number of sockets solved the problem. At the time of reporting Apache 1.3.1 was the newest Apache available, but the problem hasn't occured anymore since the kernel was patched. Arjan --