On Jun 19, 8:06 am, "Bill Johnson" <[EMAIL PROTECTED]> wrote:
>  Pardon my apache ignorance, as I am still learning, but what does apache
> define as a child, and is this set in httpd.conf?

Not exactly what you are asking for, but have a read of:

  http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading

as may explain a few things. Only mod_wsgi daemon mode is not also
applicable to mod_python case.

And yes number of initial child process etc is defined in Apache
configuration, see:

  http://httpd.apache.org/docs/2.2/mpm.html

and the linked pages for each MPM, such as:

  http://httpd.apache.org/docs/2.2/mod/prefork.html
  http://httpd.apache.org/docs/2.2/mod/worker.html

The latter pages should also help to explain process model.

Graham

> <snip>> others. 2) reducing the number of requests per child - the
> > default in httpd.conf was 4000 and I dropped
> > MaxRequestsPerChild to 100 and switched back tomod_python
> > (1000 was suggested, but I tried 100 and haven't had a chance
>
> <snip>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to