Exchanging data with a C program using shared memory (sysV IPC)

slacker brendan.rankin at gmail.com
Tue Jun 27 17:58:06 EDT 2006


Al wrote:

> I want my python application to communicate with an legacy C program which
> read/write data in a shared memory (Unix Sys V IPC).

Have you looked at the dl module?  Types and portability aside, it
might provide you with what you need.

Cheers,

- slacker




More information about the Python-list mailing list