11 Feb
2002
11 Feb
'02
4:47 a.m.
Dieter Maurer wrote:
Alexei Ustyuzhaninov writes:
Is it possible to make a zope object which doesn't allow simultaneous access to itself? You may have a look at my product "SharableResource":
Thanks. Unfortunately RLock-based methods don't work in this situation (in linux at least) because concurrent transactions are executed in separate processes, not in threads of a single process. -- Alexei