On Wed, 2 Mar 2005 20:34:18 +0000, Gwyn Evans <[EMAIL PROTECTED]> wrote:
> I had a look at using ZODB but hit problems when trying to have two
> connections to the same FileStorage DB, but a second look at things
> suggested that dbm might well do what I need, if  I ensure only one
> thread at a time can access it.

  When I found I had the same sort of issue with dbm I had a closer
look and realised that my test code was tidying up too quickly and
closing the DB before the test had actually finished, so it looks as
if ZODB's still in the picture!

/Gwyn
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to