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
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