[Zope] How to prevent concurrent access to the same object?

Alexei Ustyuzhaninov aiu@quorus-ms.ru
Wed, 06 Feb 2002 10:15:48 +0500


Hi!

Is it possible to make a zope object which doesn't allow simultaneous 
access to itself? I mean that if two users call methods of the same 
object then only one call will process at a time and the other one will 
wait untill the first call will finish. I tried to fix it up with unix 
semaphores but with no success.

-- 
Alexei