diff options
author | dgaudet <dgaudet@unknown> | 1998-07-14 10:20:31 +0200 |
---|---|---|
committer | dgaudet <dgaudet@unknown> | 1998-07-14 10:20:31 +0200 |
commit | b55072142a0afabfe77f6323ed4b3122c543e519 (patch) | |
tree | 16d6385e42d8f0ea28dea2e531a9390d6e3e4e01 /docs | |
parent | Add a missing 'Override' clause. (diff) | |
download | apache2-b55072142a0afabfe77f6323ed4b3122c543e519.tar.xz apache2-b55072142a0afabfe77f6323ed4b3122c543e519.zip |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/platform/perf.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/manual/platform/perf.html b/docs/manual/platform/perf.html index 238224728e..90f8042f87 100644 --- a/docs/manual/platform/perf.html +++ b/docs/manual/platform/perf.html @@ -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> |