You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacing iisnode/@maxProcessCountPerApplication setting with iisnode/@nodeProcessCountPerApplication. This controls how many node.exe processes will be activated per each node.js application. Default is 1. Setting it to 0 will default to creating as many node.exe processes as there are processors on the machine. Processes are created when the first message targeting the application arrives.
Messages are dispatched to processes using round robin logic.
Most iisnode defaults attempt to optimize the development experience and should be changed for production (e.g. debugging is enabled by default). Presumably troubleshooting one process instead of several during development provides a better development time experience.
This is to
The text was updated successfully, but these errors were encountered: