Tutorials/Interprocess Communication

From ThorstensHome

(Redirected from Interprocess Communication)
Jump to: navigation, search
Home < Tutorials < Interprocess Communication

I have always been fascinated by processes talking with each other. Here are the major components I know:

Yes, I have seen this really in my career as a consultant - a program that simulated keypresses to control another program.
  • network
One process opens a socket, another process attaches to it.
Personal tools