Skip to content

Simple concurrent programs implementing Semaphores and Monitors

Notifications You must be signed in to change notification settings

Feffote/concurrenceProg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

concurrenceProg

Simple concurrent programs implementing Semaphores and Monitors

C code

  • Code running threads, and another implementing semaphores to avoid the concurrence problem.
  • The producer-consumer problem solved with semaphores

Java code

  • The producer-consumer problem solved with monitors and with semaphores

About

Simple concurrent programs implementing Semaphores and Monitors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published