11 Mar
2003
11 Mar
'03
10:37 p.m.
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/)