Exchanging data with a C program using shared memory (sysV IPC)
Al
news00 at wilec.net
Thu Jun 29 05:28:28 EDT 2006
"slacker" <brendan.rankin at gmail.com> writes:
Hello slacker,
> 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
Thank you very much for your advice. I didn't use the dl module, but
searching information on dl, led me to the 'new' ctype one which
is perfect for my use.
--
Al
More information about the Python-list
mailing list