[Zope] Zope binary distributions
Jens Vagelpohl
jens@zope.com
Thu, 31 Jan 2002 16:22:52 -0500
if you compare wo_pcgi.py and w_pcgi.py you can see that all w_pcgi does
is execcute the inst/build_pcgi.py and inst/make_resource.py scripts and
then run wo_pcgi.py.
inst/build_pcgi.py changes into the pcgi directory and runs configure and
make to build the pcgi wrapper. inst/make_resource.py creates the Zope.cgi
file.
so the difference is a little time savings.
jens
On Thursday, January 31, 2002, at 03:59 , Erik Stephens wrote:
> On Thursday 31 January 2002 11:59 am, you wrote:
>> erik,
>>
>> whether zope is built with pcgi or not does not matter. if you don't give
>> zope specific startup instructions to use it it won't.
>
> Sounds good, but a couple of more question then. What is the benefit
> of building without PCGI then? Less compilation and dependencies?
> Any runtime performance benefits?
>
> Thanks for the response,
> Erik
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )