[Zope] should my Zope site have multiple instances of pcgi-wrapper
running? running?
Oleg Broytmann
phd@phd.russ.ru
Thu, 17 Feb 2000 12:24:09 +0000 (GMT)
On Thu, 17 Feb 2000, Tony McDonald wrote:
> subject says it all really, I have a server that is hosting three
> different sites (from Apache ReWrite rules) and I'm seeing this sort
> of thing;
>
> nobody 23793 2349 0 11:50:07 ? 0:01
> /home/zope/NLE_SITES/pcgi/pcgi-wrapper /home/zope/NLE_SITES/Zope.cgi
> nobody 24396 2476 0 11:55:39 ? 0:00
> /home/zope/NLE_SITES/pcgi/pcgi-wrapper /home/zope/NLE_SITES/Zope.cgi
> nobody 23816 2308 0 11:51:11 ? 0:00
> /home/zope/NLE_SITES/pcgi/pcgi-wrapper /home/zope/NLE_SITES/Zope.cgi
These are just simultaneous connections. For every connection Zope
starts a new thread - up to 7 threads. It is pretty normal.
<PLUG>
Why not use mod_pcgi2 - Apache module to replace pcgi-wrapper?
</PLUG>
Oleg.
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.