On Feb 23, 1:29 am, stevedegrace wrote:
> I don't think I'm understanding this very well. By doing some
> inspection, I see that Apache is running under two PIDs, which makes
> sense because ServerLimit right now is set to 2. What I'm wondering
> is, does each of those processes have a persiste
> Based on my experiments, it does seem like each Apache process
> maintains a live Django object which it reuses request after request
> and which maintains state such as global variables in modules between
> requests. Does that mean that a Django instance has some kind of loop
> in it that waits
Based on my experiments, it does seem like each Apache process maintains a
live Django object which it reuses request after request and which maintains
state such as global variables in modules between requests. Does that mean
that a Django instance has some kind of loop in it that waits for reques
I don't think I'm understanding this very well. By doing some
inspection, I see that Apache is running under two PIDs, which makes
sense because ServerLimit right now is set to 2. What I'm wondering
is, does each of those processes have a persistent instance of Django
in its own python process wai
4 matches
Mail list logo