Queue

:confused: I have some problem with the technology Queue in Unix
Can someone explain me the way queue is made and how it
excute ,how it run
Thanks in advance

Do you mean message queues in unix? The best way to learn about those is to read the man pages. msgget is here. You can find links to msgctl, msgsnd and msgrcv at the bottom of the page.