bsddb3 vs zodb

Chris McDonough chrism at zope.com
Fri Sep 21 23:56:41 EDT 2001


"Andrew Dalke" <dalke at dalkescientific.com> wrote in message news:<9oer9p$hda$1 at nntp9.atl.mindspring.net>...
> Markus Schaber wrote:
> > Errm - He wanted _two programs_ accessing the same ZODB, not
> > _two ZODBs_ accessed by one program.
> 
> Ooops!  Yes, you're right - I misread things to be more
> related to what I was interested in, which was support for
> multiple ZODBs from the same process.  If I try to open
> a FileStorage a second time while the first is still open,
> under NT I get an access error.

To get around this, instead of using the same FileStorage in each
process, use a ClientStorage pointed at the same ZEO server in each
process.



More information about the Python-list mailing list