From: dgaudet Date: Tue, 14 Jul 1998 08:20:31 +0000 (+0000) Subject: eliminate incorrectness regarding linux... there is far more I could say if I had... X-Git-Tag: 1.3.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b55072142a0afabfe77f6323ed4b3122c543e519;p=thirdparty%2Fapache%2Fhttpd.git eliminate incorrectness regarding linux... there is far more I could say if I had the energy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81729 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/perf.html b/docs/manual/platform/perf.html index 238224728e8..90f8042f876 100644 --- a/docs/manual/platform/perf.html +++ b/docs/manual/platform/perf.html @@ -74,11 +74,10 @@ Digital UNIX Linux -The most common problem on Linux shows up on heavily-loaded systems -where the whole server will appear to freeze for a couple of minutes -at a time, and then come back to life. This has been traced to a -listen() queue overload - certain Linux implementations have a low -value set for the incoming connection queue which can cause problems. +There are no known problems with heavily loaded systems running Linux +kernels 2.0.32 or later. Earlier kernels have some problems, and an +upgrade to the latest 2.0.x is a good idea to eliminate various security +and denial of service attacks.