Skip to content

process synchronization using semaphores and shared memory in C programming language | implement a basic solution to the classical problem of the N customers and M resources

Notifications You must be signed in to change notification settings

djidatechs/IPC-System-V-N_customers-and-M_resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

IPC System V : N customers and M resources

Problem

This is a classical problem of Producer-Consumer (N customers & M resources).

Implementation

This implementation uses IPC System V.

Requirements

  • GCC compiler
  • Unix-based system with IPC System V libraries

Notes

  • In a real project you may want to add error handling to your code.

About

process synchronization using semaphores and shared memory in C programming language | implement a basic solution to the classical problem of the N customers and M resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages