Paul Rubin <http://[EMAIL PROTECTED]> writes:

> I mean just have an interface to OS locks (Linux futex and whatever
> the Windows counterpart is) and maybe also a utility function to do a
> compare-and-swap in user space.
There is code for spinlocks, but it allocates the lockword in the process
memory. This can be used for thread synchronization, but not for IPC with
external python or non-python processes.
I found a PyIPC IPC package that seems to provide interface to Sys V shared
memory and semaphore  - but I just found it, so cannot comment on it at this
time.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to