Skip to content

Implementation of FIFO queue in shared memory with single reader and single writer

Notifications You must be signed in to change notification settings

osk-8/SharedMemoryFIFOqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharedMemoryFIFOqueue

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.

What I learned

IPC mechanisms like:

  • System V Shared Memory
  • POSIX Shared Memory
  • System V Semaphores
  • POSIX Semaphores

About

Implementation of FIFO queue in shared memory with single reader and single writer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published