Skip to content

Simulates Operation of Fruit Factory using Threads, Synchronization & Semaphores in Java

Notifications You must be signed in to change notification settings

zhonghao23/Concurrent-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrent-Programming

Simulates Operation of Fruit Factory using Threads, Synchronization & Semaphores in Java

Motivation

The simulation helps to understand how threads, synchronization, locks, semaphores work in Java concurrent programming. The threads are responsible for different operation of fruit factory including the filling, sealing, sterilising, labelling, loading the cans. The cans will be passed in between the threads to 'carry out' the operation to simulate a fruit factory

Tech/Framework Used

  1. Semaphores
  2. Synchronization

Screenshots

image

image

image

About

Simulates Operation of Fruit Factory using Threads, Synchronization & Semaphores in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages