[Zope] Instanciate a ZClass out of Zope

Chris McDonough chrism@digicool.com
Mon, 19 Jun 2000 05:01:59 -0400


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.
> 
> 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.
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )