Skip to content

Performance considerations for async task pool sizes? #344

Answered by ioquatix
postmodern asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, using a fixed sized pool is a bad idea, and using work stealing is a good idea, e.g. use async-job which handles these concerns.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@postmodern
Comment options

@trevorturk
Comment options

Comment options

You must be logged in to vote
3 replies
@ioquatix
Comment options

Answer selected by postmodern
@postmodern
Comment options

@ioquatix
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants