EmbLogic's Blog

Author Archives: Sonalika Bhagat

Interprocess communication (IPC)

IPC allows to coordinate among the different processes that are running in an operating system simultaneously. There are various IPC techniques viz. PIPE, FIFO, Shared memory, Message Queue,Threads etc. Difference between two IPC techniques i.e, Pipe and FIFO 1) Pipe … Continue reading

Posted in Uncategorized | Leave a comment