god, if you dont care about speed, you can use any library you can find in 
nimble which uses sockets underneath. But sockets are not native mechanism for 
any OS for inter-process communication, so there can be many troubles (like not 
properly closed ports, timeouts, etc). So its better and safer to use pipes, 
shared memory, fifos etc.

Reply via email to