Skip to content

Concurrent multi-threaded system that calculates the cost of using the machines in a processing center.

Notifications You must be signed in to change notification settings

teresamattil/Multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreading

Concurrent multi-threaded system that calculates the cost of using the machines in a processing center.

This practice asked to design and implement, in C language and over the UNIX/Linux Operating System, the development of a cost calculation system for the use of machines in a computation center. The program has access to a file with the types of machines it wants to use, and the time (in minutes) of use of each one (input file), which will be passed as a parameter. The system must provide the user with the budget for the use of these resources (output).

About

Concurrent multi-threaded system that calculates the cost of using the machines in a processing center.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published