4 Jun
2003
4 Jun
'03
11:54 a.m.
if your intention is to have all zope clients use the same ZODB then that is not possible. only one process can open the database at a time, meaning if you need more than one client you must use ZEO. jens On Wednesday, Jun 4, 2003, at 03:55 US/Eastern, Dennis Allison wrote:
I'm putting together a system which will include multiple Zope instances, mostly independent, some not. Some I want to run with a ZEO backend, others I want to use the local file system for storage management. Has anyone had any experience putting together a multi-instance system where some instances use ZEO and others don't?