Skip to content

Keep using ThreadPoolExecutor but increase number of threads#199

Merged
domesticmouse merged 2 commits intogooglemaps:masterfrom
Ismamai:usingThreadPoolExecutor
Nov 23, 2016
Merged

Keep using ThreadPoolExecutor but increase number of threads#199
domesticmouse merged 2 commits intogooglemaps:masterfrom
Ismamai:usingThreadPoolExecutor

Conversation

@Ismamai
Copy link
Copy Markdown
Contributor

@Ismamai Ismamai commented Nov 7, 2016

Instead of using the newWorkStealingPool we can change ThreadPoolExecutor to create as many threads as current available cores. This will allow many threads to execute calls. The problem is that it does not seem to grow/shrink based on the number of operations

…o create as many threads as current available cores. This will allow many threads to execute calls. The problem is that it does not seem to grow/shrink based on the number of operations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants