nodejs PM2 cluster mode for load balancing

时光怂恿深爱的人放手 提交于 2019-12-22 09:25:18

问题


When using pm2 cluster there's a pretty severe warning saying you shouldn't use it in production, nor for load balancing, use nginx instead. Unfortunately that's exactly how I planned to use PM2. Is it really not intended to be used for that purpose or is it just not completely ready yet?


回答1:


The nodejs cluster (0.10) has a lot of issues and is not safe to use in production! You may want to give a try with 0.11, there were some improvements.

This feature has not anything to do with pm2, it's in fact directly related to node cluster module.



来源:https://stackoverflow.com/questions/28083959/nodejs-pm2-cluster-mode-for-load-balancing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!