IPC stands for Inter Process Communication. There are many ways by which two or more processes can communicate with each other in a *NIX environment, of which some are:
* Signals
* Shared Memory
* Semaphores
* Pipes
...
For the tutorials, search the net.