Pipes (IPC)

  • Pipes are similar like message queues
  • A pipe can be opened or closed similar like a fopen() and fclose() of a C Program
  • A Task can write through a scheduler to a pipe at the back pointer address (*pBACK)
  • A Task can read through a scheduler to a pipe at the front pointer address (*pFRONT)

Comments

Popular posts from this blog

Installing ns3 in Ubuntu 22.04 | Complete Instructions

How to Create Ubuntu 24.04 Bootable USB Using Rufus [Step-by-Step Guide]

Installation of NS2 in Ubuntu 22.04 | NS2 Tutorial 2