[ZODB-Dev] More than one open ZODBs (in seperate object spaces)

Itamar Shtull-Trauring lists@itamarst.org
Sun, 14 Oct 2001 11:43:45 +0200


Hi,

I want to be able to open two ZODB databases at once, without them 
interacting in any way - separate transactions, etc., just like I can open 
more than one bsddb3 database.

The transaction model seems to assign a transaction per thread with the 
assumption that only one database is open, at least if I use 
get_transaction(). And since Connection.py is hard-coded to use 
get_transaction(), should I assume this isn't possible?