1.

What Is Ipc? What Are The Various Schemes Available?

Answer»

Inter Process COMMUNICATION. IPC is used to PASS information between two or more processes.Schemes are pipes, shared memory & semaphore.

Below are the different IPC methods:

  1. Semaphores
  2. FIFO's (Also called NAMED Pipes)
  3. MESSAGE Queues
  4. Shared Memory

Inter Process Communication. IPC is used to pass information between two or more processes.Schemes are pipes, shared memory & semaphore.

Below are the different IPC methods:



Discussion

No Comment Found