Standard IPC for Python?

Mel mwilson at the-wire.com
Thu Jan 15 12:11:41 EST 2009


Mel wrote:

> Philip Semanchuk wrote:
> 
>> I'm working on message queue support, but the Sys V IPC API is a
>> headache and takes longer to code against than the POSIX API.
> 
> I hadn't found it that bad.  I have a C extension I should perhaps clean
> up and make public.

I have a simple wrapper around the msgget/msgsnd/msgrcv functions that ought
to be downloadable through <http://melwilsonsoftware.ca/>. GPL3.

I'm studying Philip Semanchuk's semaphore and shared memory code.  Let me
know what you think.

         Mel.




More information about the Python-list mailing list