[Zope-dev] Re: [Zope] Re: Proposed installation changes for review

2003-03-11 Thread Guido van Rossum
> I routinely run ZEO on all of my sites, on the same machine.  I don't 
> gain any "scalability" benefits this way, but it is fantastic for 
> debugging and tweaking a live site.
> 
> My creaky old zctl.py auto-starts ZEO when necessary, using the same 
> configuration data as it uses for the associated Zope instance, so they 
>   both know to use 'var/zeo.soc' to connect.

zdrun takes care of auto-restart.

Sharing config data may be a little trickier; Fred and/or Chris should
know more about that.

--Guido van Rossum (home page: http://www.python.org/~guido/)

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: [Zope] Re: Proposed installation changes for review

2003-03-11 Thread Evan Simpson
Guido van Rossum wrote:
Well, in a typical installation, you won't be running ZEO on the same
machine as Zope, right?  ZEO has its own install and config stuff,
which is very similar to that for Zope, but ZEO is not installed as
part of the main Zope install.
I routinely run ZEO on all of my sites, on the same machine.  I don't 
gain any "scalability" benefits this way, but it is fantastic for 
debugging and tweaking a live site.

My creaky old zctl.py auto-starts ZEO when necessary, using the same 
configuration data as it uses for the associated Zope instance, so they 
 both know to use 'var/zeo.soc' to connect.

Cheers,

Evan @ 4-am

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )