Closed
Description
5 second pauses occur when the multi-slot worker is run with the example work queue application. To reproduce:
./work_queue_example *.c &
./work_queue_worker --cores 4 -d all localhost 9123
Strangely, the pauses do not occur when the worker has one core:
./work_queue_example *.c &
./work_queue_worker --cores 1 -d all localhost 9123