Skip to content

Simulating a multithreaded Master/Worker PODs scheduler using a TreeSet for mantaining Workers CPU/Memory order. Algo using Preview Feature from Java 21 for creating a thread for each pod to be executed: Executors.newThreadPerTaskExecutor

Notifications You must be signed in to change notification settings

thiagothomas/multithread-master-workers-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Master/Workers Scheduling Simulation

Simulating a multithread Master/Worker PODs scheduler using a TreeSet for mantaining Workers CPU/Memory order. Also using Preview Feature from Java 21 for creating a thread for each pod to be executed: Executors.newThreadPerTaskExecutor

Using Swing for monitoring the workers.

image

About

Simulating a multithreaded Master/Worker PODs scheduler using a TreeSet for mantaining Workers CPU/Memory order. Algo using Preview Feature from Java 21 for creating a thread for each pod to be executed: Executors.newThreadPerTaskExecutor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages