Light (general) Inter-Process Mutex/Wait/Notify Synchronization?
Gunter Henriksen
gunterhenriksen at gmail.com
Mon Apr 27 20:45:18 EDT 2009
> Try this: http://nikitathespider.com/python/shm/
I took a look at that (especially the posix_ipc at
http://semanchuk.com/philip/posix_ipc/). I am hoping
not to plug something underneath the Python VM; I
would rather use a socket, or use signals. If I were
to use a C library, I imagine I would just go with a
thin layer on top of pthread_*, but I think I will
prefer something which uses system calls and is
bundled with Python, slow as that approach may be.
More information about the Python-list
mailing list