I have been using msgsend and receive from
#include <sys/ipc.h>
#include <sys/msg.h>
for quite a while now.
I just came up with the question whether it is possible to join the communication from a python program.
Thank you
asked Jan 22, 2013 at 13:02
Simbi
1,0423 gold badges15 silver badges30 bronze badges
-
Check out e.g. this older question and its answers.Some programmer dude– Some programmer dude2013年01月22日 13:06:28 +00:00Commented Jan 22, 2013 at 13:06
1 Answer 1
sysv_ipc module provides API for using System V IPC message queues as well as other IPC primitives (semaphores and shared memory).
answered Jan 22, 2013 at 13:13
piokuc
26.3k11 gold badges76 silver badges105 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
default