Skip to content

This application creates 2 threads. Thread 1 will read service requests from the user and enqueue them. Thread 2 will service these requests in a FIFO manner.

Notifications You must be signed in to change notification settings

ashwin-nat/service_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

service_queue

This application creates 2 threads. Thread 1 will read service requests from the user and enqueue them. Thread 2 will service these requests in a FIFO manner.

Instructions. Navigate to the root directory (in a linux terminal) and type make. The application should be built in that directory

About

This application creates 2 threads. Thread 1 will read service requests from the user and enqueue them. Thread 2 will service these requests in a FIFO manner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published