]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
eliminate incorrectness regarding linux... there is far more I could say if I had...
authordgaudet <dgaudet@unknown>
Tue, 14 Jul 1998 08:20:31 +0000 (08:20 +0000)
committerdgaudet <dgaudet@unknown>
Tue, 14 Jul 1998 08:20:31 +0000 (08:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81729 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/perf.html

index 238224728e8cbbe3bee1257ff8779740ad9c65fa..90f8042f876bddeb3d2fb8638c5617227c285a1d 100644 (file)
@@ -74,11 +74,10 @@ Digital UNIX
 Linux
 </A></H3>
 
-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.
 
 <P><HR>