On Mon, 19 Jun 2000, Chris McDonough wrote:
This limitation will effectively go away as soon as ZEO goes open source.
Oleg Broytmann wrote:
You cannot open independent connection to ZODB while Zope is active - Zope locks the database, and by purpose. You must access ZODB only through Zope machinery. Or stop Zope, open ZODB and reinvent the wheel - copy a lot of code from Zope into your program and do-it-yourself.
In any case I doubt there is a sense in reimplementing a part of Zope. I guess it would be much simpler/better/faster to use XML-RPC to do deep magic and manipulate Zope objects. Oleg. (All opinions are mine and not of my employer) ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.