Skip to content

Thread management (synchronization problem) application for Linux operating systems. (Covid-19 Test Unit)

Notifications You must be signed in to change notification settings

HazarZYGC/Thread-Management-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Thread-Management-Application

In this application, I focused on thread management (synchronization problem) in Linux operating systems. Our threads are covid-19 test units and patients.

Semaphores are used in application to manage threads.

Compile

gcc threadSync.c –o outputfile –lpthread


“COVID-19 Test Unit” application explanation


Today, the units that make Covid-19 tests in medical centers have a very important and critical role. With the increase in cases and patients, this may cause the density in these units after fillation studies. Before the test is applied, people are waiting for a long time at the entrance of the hospitals. Because there is a limited number of test units and healthcare staff. I am launching the “Covid-19 Test Unit” application to facilitate this. This will prevent both people from creating long queues and to lock the waiting rooms before being full. Also it will provide an efficient and fair sharing because units will contain people up to its capacity.

About

Thread management (synchronization problem) application for Linux operating systems. (Covid-19 Test Unit)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages