FIFO queue in shared memory - two swapping buckets implementation. The use of semaphore for synchronization to solve the producent-consumer problem. Project was written as a part of learning how to properly use IPC Mechanisms.
IPC mechanisms like:
- System V Shared Memory
- POSIX Shared Memory
- System V Semaphores
- POSIX Semaphores