Grisha,
Looks good and the links work.
Were you planning on making an announcement (on the mod_python list at
least) regarding your ApacheCon talk as well?
Jim
Gregory (Grisha) Trubetskoy wrote:
Let me know if you see anything wrong in the text below, I'll send it
out later today or tomo
Hi,
I recently installed mod_python 3.2b5 on Apache 2.0.54. I am running with
problems if httpd slave process segfaults or is killed. In this case,
master process restart the max number of processes/threads. We are running
Apache with the MPM worker (on Tru64 platform).
This behaviour appear
Graham,
Sorry for the ambiguity. With worker MPM, the max number of process is the
max number of threads divided by the number of thread per process. My
config is :
# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client con
Sorry, a couple more questions.
When you kill the child process, is Apache under load, ie., receiving
lots of requests or in an idle state with no requests being received?
Also, do you get the same results if you set "StartServers" to 2 and
kill off only one child process?
If you only have one ch