We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Server should be able to start several processes to be able to fully utilize several CPU cores.
The official way of doing this is http://nodejs.org/api/cluster.html
(originally proposed in #40)
The text was updated successfully, but these errors were encountered:
This is done using pm2 now. We need to document this in wiki.
Sorry, something went wrong.
PM2 does not play nice with socket.io: Unitech/pm2#637
Need another solution.
Resolved in deploy script: pepyatka/pepyatka-ansible#37
Shall we close it then?
Merge pull-request pepyatka#42 from davidmz:srgb-thumbnails to develo…
b3d6d52
…pment Convertation thumbnails and userpics to sRGB, auto-rotate userpics It closes FreeFeed/freefeed-server#41 and pepyatka#294 (userpic rotation) [close pepyatka#42]
No branches or pull requests
Server should be able to start several processes to be able to fully utilize several CPU cores.
The official way of doing this is http://nodejs.org/api/cluster.html
(originally proposed in #40)
The text was updated successfully, but these errors were encountered: