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 does not complete a full cycle on quit #190

Open
ethanrublee opened this issue Sep 15, 2011 · 0 comments
Open

Threadpool does not complete a full cycle on quit #190

ethanrublee opened this issue Sep 15, 2011 · 0 comments
Milestone

Comments

@ethanrublee
Copy link
Member

The Threadpool scheduler, on ecto::QUIT, stops the graph prematurely. Notice how the Dealer has dealt 72 times, and everyone else less? People are loosing cards.

Module ecto::Dealer returned ecto::QUIT Stopping everything.
------------------------------------------------------------------------------
*                 Cell Name   Calls   Hz(theo max) Hz(observed) load (%)
*              ecto::Dealer   72      79911.03     10.53        0.01    
*                 db_reader   71      10.57        10.39        98.25   
*                FPS drawer   70      511.46       10.24        2.00    
*             image display   69      113516.06    10.09        0.01    
*             depth display   70      623.07       10.24        1.64    
*              mask display   70      86160.40     10.24        0.01    
------------------------------------------------------------------------------
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

1 participant