An open API service indexing awesome lists of open source software.

https://github.com/andreihirlav/queue-management

Queues management application with threads in Java.
https://github.com/andreihirlav/queue-management

java queue-manager queue-simulation threads

Last synced: 3 months ago
JSON representation

Queues management application with threads in Java.

Awesome Lists containing this project

README

        

This applications assigns multiple clients to a certain number of queues such that the waiting time is minimized, having two strategies to move a client to a certain queue: shortest time until service or shortest queue.
It also features a graphical user interface for setting up the simulation ( entering the number of clients, number of queues, max simulation time, minimum and maximum arrival time of clients/service time), and for displaying the real-time queue evolution.
Also, at the end of the simulation it displays the average waiting time, average service time and the peak hour of the simulation.