Difference between revisions of "IPC"

From Lost In Wonderlands
Jump to: navigation, search
(CORBA)
(SOM/DSOM)
Line 63: Line 63:
 
==== [[CORBA]]====
 
==== [[CORBA]]====
  
== [[SOM/DSOM]]==
+
==== [[SOM/DSOM]]====
  
 
== [[COM/DCOM]]==
 
== [[COM/DCOM]]==

Revision as of 14:26, 28 May 2019

IPC : Inter Process Communication

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on Inter Process Communication... (But Were Afraid to Ask) a collection of links of interest

See also

Inter Process Communication

IPC

  • pipe
  • named pipe
  • shared memory
  • mailbox
  • Rendez-vous
  • socket
  • writer/reader
  • producer /consumer

Syncronization

  • mutual exclusion
  • Spinlock
  • Barrier
  • Semaphores
  • Monitor
  • Peterson
  • Lamport

Remote Procedures Call

Communication Bus

DBUS

DCOP

Binder

CORBA

SOM/DSOM

COM/DCOM

Tools link

Books