Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages