Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threadpool is very busy if the inputs aren't ready for a cell #192

Open
ethanrublee opened this issue Sep 19, 2011 · 1 comment
Open

Threadpool is very busy if the inputs aren't ready for a cell #192

ethanrublee opened this issue Sep 19, 2011 · 1 comment
Milestone

Comments

@ethanrublee
Copy link
Member

void async_wait_for_input()
should most likely use a condition variable to wait for the inputs to be ready. If my graph is blocked, i see an entire cpu taken up by the scheduler.

@straszheim
Copy link
Member

this is fixed in the new multithreaded scheduler. Of course the quest for the ultimate scheduler is by no means over...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants