-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
run webserver on all available cores, resolves #6 #158
Conversation
Good call! +100000 |
note this may not be compatible with node |
We run 0.12.2. |
Bravo
|
👍 |
nice |
upstream PR opened with ebay: cubejs/cluster2#86 |
👍 |
💥 now passing against |
run webserver on all available cores, resolves #6
@heffergm I can see the webserver bottlenecking at 100% CPU on a single core under load, this PR spreads the load across all available cores, which should result in better parallel processing of HTTP requests.
resolves long standing issue: #6 using a module ebay wrote to get parallelism when using the
express
webserver module.