On 3/15/07, jekillen <[EMAIL PROTECTED]> wrote:
Hello;
I have not had experience with this in the past
but I am doing a large project in php and I
need to know what Apache sends the browser
when it is having memory problems.

If you have MaxClients tuned correctly (that is, low enough that
apache processes never wind up in swap space), then when you are low
on memory apache will hit MaxClients and further clients will simply
not be able to connect until a process is available to serve them.

If MaxClients is not tuned correctly, then apache will start trying to
use swap space and responses will become slower and slower until the
server essentially looks dead.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to