Penguin
Note: You are viewing an old revision of this page. View the current version.

Acronym for Inter Process Communication

A way of describing two programs sending information between each other via some unspecified mechanism, often using shared memory, signals, rpc, fifo's, pipes, or sockets, although other mechanisms are common.