19 Mar
2000
19 Mar
'00
5:20 p.m.
On Tue, 14 Mar 2000, Kevin Dangoor wrote:
If you use PCGI, Zope will work in a standard CGI environment. PCGI (Persistent CGI) keeps Zope itself around in memory so that it does not need to be loaded with each hit. However, you do pay the "fork tax", because the small PCGI program needs to run. I don't know a lot about fastcgi, but you may even be able to do that without root and eliminate the fork tax.
<PLUG mode="SHAMELESS"> You can eliminate even this fork tax by using Apache module, written by me: http://www.zope.org/Members/phd/mod_pcgi2 </PLUG> Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.