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

Simbi
  • 992
  • 3
  • 13
  • 29

1 Answers1

0

sysv_ipc module provides API for using System V IPC message queues as well as other IPC primitives (semaphores and shared memory).

piokuc
  • 25,594
  • 11
  • 72
  • 102