I have used IPC in win32 code a while ago. [Critical sections, events & semaphores]
How is the scene in .NET enviroment? Are there any tutorial explaining all av
It sounds as though you're interested in synchronization techniques rather than communication. If so, you might like to start here, or perhaps this more concise overview.