Tutorials/Interprocess Communication
From ThorstensHome
(Redirected from Interprocess Communication)
I have always been fascinated by processes talking with each other. Here are the major components I know:
- dcop
- dbus
- corba
- shared memory
- key simulation
- 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.