[ZODB-Dev] Locking
by Joseph Turian other posts by this author
Jul 2 2008 1:46PM messages near this date
[ZODB-Dev] KeyError on mounted database
|
Re: [ZODB-Dev] Locking
How do I "lock" zodb objects?
I want the following process:
See if key is present in root.
[it's not]
Lock key write-access, so that no other client will try to write key.
Compute value for key.
Write value for key.
Unlock key.
How do I achieve this?
Thanks!
Joseph
--
Academic: http://www-etud.iro.umontreal.ca/~turian/
Business: http://www.metaoptimize.com/
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/
ZODB-Dev mailing list - ZODB-Dev@[...].org
http://mail.zope.org/mailman/listinfo/zodb-dev
Thread:
Joseph Turian
Izak Burger
Marius Gedminas
Andreas Jung
|