shelve databases

Frithiof Andreas Jensen frithiof.jensen at removethis.ted.ericsson.dk
Tue May 27 07:40:10 EDT 2003


<soporte at prsystem.com> wrote in message
news:mailman.1053716977.23634.python-list at python.org...
> Hello:
> I have a question about the shelve module and the multiuser environment. I
> dont know how to implement a multiuser database with shelve, how to lock
> and unlock for example.

I think you would be much better off with ZODB -
http://www.zope.org/Products/StandaloneZODB intead of "rolling your own"
object storage.

It may be overkill, but OTOH, threading, persistence and sharing  of
persistent objects are not entirely easy either. At least there are many
developers working with ZOPE so the chances are that bugs will eventually be
found. The known issues are documented.






More information about the Python-list mailing list