Skip to content

Exchange of information between two or more process via common message system queue. Each message have unique identification. It uses Linux IPC written in C.

Notifications You must be signed in to change notification settings

harshil1793/Message-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Message Queue

Exchange of information between two or more process via common message system queue. Each message is given an identification which can process and select the appropriate message and it must share a common key to gain access to the queue in the first place.

Before a process can send or receive a message, the queue must be initialized Operations to send and receive messages are performed by the msgsnd() and msgrcv() functions, respectively.

About

Exchange of information between two or more process via common message system queue. Each message have unique identification. It uses Linux IPC written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages