4f36f96f5f
manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993. WWW: http://semanchuk.com/philip/posix_ipc/ PR: ports/171507 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
5 lines
277 B
Text
5 lines
277 B
Text
posix_ipc is a Python module (written in C) that permits creation and
|
|
manipulation of POSIX inter-process semaphores, shared memory and message queues
|
|
on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993.
|
|
|
|
WWW: http://semanchuk.com/philip/posix_ipc/
|