Quote:
|
Originally Posted by mistwang
should increase the "Process Soft/Hard limit" to a more reasonable value, like "50-100". "Back log" should be increase to something like "10".
|
I made the changes and restarted the server, but still the same probem. pstree suggests that the dispatcher forks a new process for every concurrent request and immediately kills it after it has answered its request.
A few concurrent requests active:
└─lshttpd───dispatch.lsapi───8*[dispatch.lsapi]
After the requests are handled the number of children immediately drops to 1:
└─lshttpd───dispatch.lsapi───dispatch.lsapi
Last edited by andreas; 08-02-2006 at 07:45 AM..
|