Use shared memory, message, queues, shared resource (like a file), unix domain sockets or search google for InterProcess Communication (IPC). You can also try to use already existing frameworks like dcop or Corba. BTW. Why can't you use a network socket?
Bookmarks