IPC -  http://en.wikipedia.org/wiki/Inter-process_communication
* File
* Signal
* Socket
* Message queue
* Pipe
* Named pipe
* Semaphore
* Shared memory
* Message Passing(queues)
* Memory mapped file

# Unix domain sockets
#* unnamed vs named

# Pipes
#* unnamed
#* half-duplex pipes
#* full-duplex pipes

# SystemV IPC and POSIX
#* Semaphores
#* Message queues
- there is a small difference here, POSIX also provide thread/process notification
#* Shared memory

Последна модификация: Monday, 7 January 2013, 03:51 PM