mod_pcgi2 version 2.0.1
Hello! I am pleased to announce mod_pcgi2 version 2.0.1 - Apache module for Zope/PCGI. WHAT'S NEW in version 2.0.1 Updated for latest Apache2. Tested with Apache 1.3.24 and 2.0.36. Apache2 should be patched to properly configure and build the module. WHERE TO GET http://www.zope.org/Members/phd/mod_pcgi2/ AUTHOR Oleg Broytmann <phd@phd.pp.ru> LICENSE GPL Oleg. -- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
Hi, Does mod_pcgi2 support some kind of multi-threading? (some people say it doesn't, e.g. http://www.my-zope.org/HowtosRating/20020317002924) When should one use Apache ProxyPass, and when mod_pcgi2? Pieter Biemond
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.
participants (2)
-
Oleg Broytmann -
pieterb@gewis.nl