Tres Seaver wrote at 2007-8-20 10:00 -0400:
> ...
>Zope works for this case because each application thread uses a
>per-request connection, to which it has exclusive access while the
>connection is checked out from the pool (i.e., for the duration of the
>request).

At least unless one make persistency errors, such as storing persistent
objects outside the connection (e.g. on class level or in a global
cache).



-- 
Dieter
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to