Operating Systems
Conf. dr. Andrei Baranga
2nd Year, 2nd Semester
Source files from Dragulici's laboratory: os.tar.
Something I found useful (regarding the IPC System V): http://www.tldp.org/LDP/lpg/node21.html.
Message Queues
Here are some sample programs that manage a message queue.
To see the effects, first execute ipcs, then msg_queue_send, again ipcs, then msg_queue_retrieve and finally ipcs.
Source files: msg_queue_send.cpp msg_queue_retrieve.cpp