Re: [ZODB-Dev] multiple ZEO db's ?

2007-01-11 Thread Christian Theune
Hi, Am Donnerstag, den 11.01.2007, 09:31 -0800 schrieb Simon Burton: > On Thu, 11 Jan 2007 17:53:24 +0100 > Andreas Jung <[EMAIL PROTECTED]> wrote: > > > > > --On 11. Januar 2007 08:49:31 -0800 Simon Burton <[EMAIL PROTECTED]> > > wrote: > > > > > > > > Do I have any hope of distributing my Pe

Re: [ZODB-Dev] multiple ZEO db's ?

2007-01-11 Thread Simon Burton
On Thu, 11 Jan 2007 17:53:24 +0100 Andreas Jung <[EMAIL PROTECTED]> wrote: > > --On 11. Januar 2007 08:49:31 -0800 Simon Burton <[EMAIL PROTECTED]> > wrote: > > > > > Do I have any hope of distributing my Persistent objects over multiple > > ZEO db's ? > > huh? You can mount multiple ZEO serve

Re: [ZODB-Dev] multiple ZEO db's ?

2007-01-11 Thread Andreas Jung
--On 11. Januar 2007 08:49:31 -0800 Simon Burton <[EMAIL PROTECTED]> wrote: Do I have any hope of distributing my Persistent objects over multiple ZEO db's ? huh? You can mount multiple ZEO servers within one Zope instance. So where is the problem? -aj pgpVUn7kNryKu.pgp Description: PG

[ZODB-Dev] multiple ZEO db's ?

2007-01-11 Thread Simon Burton
Do I have any hope of distributing my Persistent objects over multiple ZEO db's ? It seems that Persistent objects are tied to one "global" db connection. Simon. ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/