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