[Zope] mod_pcgi2 version 2.0.1

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Wed, 8 May 2002 18:48:29 +0400


On Wed, May 08, 2002 at 04:42:18PM +0200, Pieter Biemond (prive) wrote:
> Does mod_pcgi2 support some kind of multi-threading? 
> (some people say it doesn't, e.g. 
> http://www.my-zope.org/HowtosRating/20020317002924)

   You and the author of that page misunderstand PCGI. PCGI by itself is
not single-threaded. Single-threaded is Zope if it is started by PCGI
publisher. But you are not forced to run Zope this way. Start Zope as
normal, with ZServer; Zope will be multi-threaded, and you still can
connect to it using PCGI protocol.

> When should one use Apache ProxyPass, and when mod_pcgi2?

   I use mod_pcgi2. Always :) I have no idea how it performs related to
mod_proxy.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.