8000 Multi Slot Worker Pauses · Issue #22 · cooperative-computing-lab/cctools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Multi Slot Worker Pauses #22
Closed
Closed
@dthain

Description

@dthain

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

Metadata

Metadata

Assignees

Labels

bugFor modifications that fix a flaw in the code.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0