Update README.md

Improve formatting in the Load balancing section
This commit is contained in:
Dimitri Jorge 2015-04-13 17:15:40 +02:00
parent 8ab72d4405
commit 1d1d9fa2af

View File

@ -89,7 +89,7 @@ $ pm2 flush # Clear all the logs
When an app is started with the -i <worker number> option, the **cluster** mode is enabled.
**Warning**: It's still a beta feature. If you want to use the embed cluster module or reload with 0s downtime, we recommend the use of node#0.12.0+ node#0.11.16+ or io.js#1.0.2+. We do not support node#0.10.* cluster module anymore!
**Warning**: It's still a beta feature. If you want to use the embed cluster module or reload with 0s downtime, we recommend the use of `node#0.12.0+`, `node#0.11.16+` or `io.js#1.0.2+`. We do not support `node#0.10.*`'s cluster module anymore!
With the cluster mode, PM2 enables load balancing between each worker.
Each HTTP/TCP/UDP request will be forwarded to one specific process at a time.