Difference between revisions of "IPC"

From Hackepedia
Jump to navigationJump to search
 
 
Line 1: Line 1:
 
Interprocess Communication (IPC) can occur in a number of ways.
 
Interprocess Communication (IPC) can occur in a number of ways.
  
[[Shared Memory]], [[pipe]]s, [[FIFO]]s (named pipes), UNIX [[socket]]s, [[socketpair]]
+
[[Shared memory]], [[pipe]]s, [[FIFO]]s (named pipes), UNIX [[socket]]s, [[socketpair]]

Latest revision as of 08:33, 7 October 2005

Interprocess Communication (IPC) can occur in a number of ways.

Shared memory, pipes, FIFOs (named pipes), UNIX sockets, socketpair