--On 11. April 2006 13:26:10 +0200 Achim Domma <[EMAIL PROTECTED]> wrote:
How is access synchronisation to such a structure handled in Zope? What happens automatically? What do I have to do on my own?
First come, first serves. There is no fancy synchronization. If two threads are trying to modify the same object then one thread will receive a WriteConflict error. It is up to the app to deal with these kind of errors. In the Zope 2 world Zope tries to re-do the current transaction for up to three times before the ConflictError is passed up to the application.
-aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: [EMAIL PROTECTED] - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development and consulting
pgproi5P5qfwI.pgp
Description: PGP signature
_______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
