-
Notifications
You must be signed in to change notification settings - Fork 1
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
offer cluster in production mode #2
Comments
@shimaore I've pushed a few commits:
Please review the commits and close this issue if everything is ok. I'll continue working on this next weekend. |
@Radagaisus |
Hi,
|
For Socket.io / |
I'll dig into it. The updated docs for |
sorry for the delay on zappajs.com. I just hacked it together to pull api/guide/source:client/source:zappa from zappajs.github.com/zappajs so that it always has the most up-to-date docs |
Automatically start multiple workers in production mode, see e.g. the example in http://nodejs.org/api/cluster.html#cluster_event_message which uses
os.cpus().length
to create one worker per CPU.Add
npm config set production true
to documentation.The text was updated successfully, but these errors were encountered: