1

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
1

1 Answer 1

0

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
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.