Tuesday, April 14, 2009

IPC : Inter-Process Communication



What is IPC?

Inter-Process Communication (IPC) is a set of techniques for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC techniques are divided into methods for message passing, synchronization, shared memory, and remote procedure calls (RPC). The method of IPC used may vary based on the bandwidth and latency of communication between the threads, and the type of data being communicated.

 

UNIX Multi-Process Programming and Inter-Process Communications

http://users.actcom.co.il/~choo/lupg/tutorials/multi-process/multi-process.html

 

A Socket-based IPC Tutorial

http://people.cis.ksu.edu/~singh/CIS725/Fall99/programs/sock_ipc_tut.html


Beej's Guide to Unix Interprocess Communication

http://www.ecst.csuchico.edu/~beej/guide/ipc/

 

Interprocess Communications

http://msdn.microsoft.com/en-us/library/aa365574(VS.85).aspx

 

Interprocess Communication (IPC), Pipes

http://www.cs.cf.ac.uk/Dave/C/node23.html

  

Inter-Process Communication Module Index

http://www.cs.gmu.edu/cne/modules/ipc/term-index.html

 

Delphi Inter Process Communication (IPC) using SendMessage

http://www.delphi-central.com/ipc_sendmessage.aspx

 

Interprocess communication tutorial

http://www.codeproject.com/KB/threads/ipc_tute.aspx

  

WCF Tutorial - Basic Interprocess Communication

http://www.switchonthecode.com/tutorials/wcf-tutorial-basic-interprocess-communication

 

Article - IPC: Inter-Process Communication

http://librenix.com/?inode=4909

 

Tutorial Examples of Interprocess Communication in Berkeley UNIX 4.2 BSD

http://www.eecs.berkeley.edu/Pubs/TechRpts/1984/5970.html

  

Inter process Communication (IPC) Techniques

http://mailslots.sourceforge.net/mailslots.htm

 

JIPC - Java Interprocess Communication Server

http://www.garret.ru/jipc/jipc.html

No comments:

Post a Comment