>>
Anyone have anything on Interprocess Communication in C.
More of a guide when and how to use what.
I've already read the Manuals(unistd.h, shm.h, mman.h, pthread.h) and resolved how to use shared memory with global memory and vfork(), but there doesn't seem to be much more than the manuals or guides how to use them.