Private IPC between two processes
I am writing a C program in which I have a client on a process and a server on another process on the same machine. I don’t know much about IPC, I would like to have a "channel" that allows my two processes to communicate without… Continue reading Private IPC between two processes