tldrs of my internet readings
- Node.JS impact of connection pooling: http://www.madhur.co.in/blog/2016/09/05/nodejs-connection-pooling.html: async.parallel will not help if a single connection is used. Use a connection pool instead/
- Follow-up: How can this be observed through tools?
-
Start parallel processes from command-prompt
start <command>
-
Redirect output of subprocesses from command-prompt
a.bat: start <cmd> ^>a.log