Answers

Question and Answer:

  Home  Linux IPC

⟩ What are the IPC techniques?

IPC Techniques are mainly semaphores,message

queues,pipes,sockets,and shared memory.

1.semaophore is a synchronizing tool between the proceess in

sharing f resource.

it consists either 1 or 0 for allocating or deallocate a

resouce respectively.

2.message queue is a queue which is used by a proceess

comunication.

 114 views

More Questions for you: