[Zope] What if you can use Zope on development server only?
Oleg Broytmann
phd@phd.russ.ru
Sun, 19 Mar 2000 17:20:46 +0000 (GMT)
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.