Two ways of doing this: 1) http://www.zope.org/Products/ZEO completely abstracts the storage from the server - the ZODB can be accessed through unix or tcp sockets. 2) http://www.zope.org/Members/4am/instancehome how to have multiple ZODBs running off one Zope. i have my development ZODBs in separate folders running off a server over nfs, so they get backed up in the normal backup schedule. hth seb * Francois-regis Chalaoux <Francois-regis.Chalaoux@sanofi-synthelabo.com> [010425 21:25]:
Hi,
Is it possible to store ZODB (var directory) on an another machine than the machine where is stored the "Zope directory" ?
FR
On 26 Apr 2001 12:32:33 +0100, seb bacon wrote:
Two ways of doing this:
1) http://www.zope.org/Products/ZEO
completely abstracts the storage from the server - the ZODB can be accessed through unix or tcp sockets.
I wish one could have both unix sockets AND tcp sockets to access the ZSS at the same time. Bill
participants (2)
-
Bill Anderson -
seb bacon