IPC Queue Messaging

💡
We use System V calls.
  1. Producer & Consumer
  1. Chat
operating-systems/ipc_queue_messasing_chat.c at main · sanchezcarlosjr/operating-systems
You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.
https://github.com/sanchezcarlosjr/operating-systems/blob/main/ipc_queue_messasing_chat.c

References

Johri, K. (2022). System V message queues in Linux. SoftPrayog. Retrieved from https://www.softprayog.in/programming/interprocess-communication-using-system-v-message-queues-in-linux

Kerrisk, M. (2018). The linux programming interface a linux und Unix system programming handbook. No Starch Press. Chapter 43 and Chapter 46.