Few ZODB questions

Gerhard Häring gerhard.haering at opus-gmbh.net
Thu Mar 6 06:17:53 EST 2003


An anonymous coward wrote:
> I have several questions about ZODB:
> 
>  1. is ZODB multithread safe (like the Queue class)
> 
>  2. is the ZODB multiprocess safe (meaning that two separate python
> processes can access it, like some of the file databases can)
> [...]

Check out ZEO. It's included in StandaloneZODB. There is no need to wrap ZODB
via XMLRPC or whatever yourself.

http://www.amk.ca/zodb/zodb-zeo.html

-- Gerhard




More information about the Python-list mailing list