11 Mar
2003
11 Mar
'03
10:39 p.m.
--On Tuesday, March 11, 2003 04:05:32 PM -0600 Evan Simpson <evan@4-am.com> wrote:
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.
Yep, that's just what I do. Using a variant of your creaky old zctl.py in fact.