Possible Duplicate:
Which Linux IPC technique to use?
I am working on a project relates to IPC programming in Linux, using C language. I am going to "send" data between processes but must not use socket.
I am going to use pipe, but when I search internet for pipe's document, all the tutorial is relate to Linux's system calls.
May anyone please recommend me any library support IPC programming, the system calls are seem to be a liitle bit difficult to use.
And another question is: is pipe the most suitable way?
Thank you so much for reading!