On Apr 19, 3:20 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote:
> However, the Apache process lives beyond the expiration of a
> connection which uses KeepAlive, if that's the question.  Generally,
> an Apache process under prefork will server MaxRequestsPerChild
> requests before stopping.
>

Many thanks for your response. It's a big help.

Let me see if I understand a piece correctly:

Under Apache MPM prefork, there are multiple Apache child instances.
Each one contains a Python interpreter instance running Django and our
application logic. So in a multiprocessor situation, our logic may be
running simultaneously on multiple processors.

The duration of the child processes is controlled by
MaxRequestsPerChild.

If I'm missing something in the above, I'd appreciate being told so!

Thanks again,
Gary


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to