AndreFerreira5 / iot-system-sim

Revamped IoT System Simulator
0 stars 0 forks source link

Dispatcher #4

Closed AndreFerreira5 closed 8 months ago

AndreFerreira5 commented 1 year ago

Goal: Dispatch tasks from INTERNAL_QUEUE to available Workers

Description: Thread that takes tasks from INTERNAL_QUEUE and sends them via unnamed pipes to available Worker processes for execution.

Tasks:

AndreFerreira5 commented 8 months ago

closing as the dispatcher process will not be present in the new simulator version