Commit 61e0b61c authored by dgaudet's avatar dgaudet
Browse files

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
parent 79948da0
Loading
Loading
Loading
Loading
+4 −5
Changes for docs/manual/platform/perf.html: 4 added lines, 5 removed lines.
Original line number Diff line number Diff line
@@ -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>