Y
Hacker News
new
|
ask
|
show
|
jobs
by
watermelon0
394 days ago
NodeJS apps usually use multiple processes, since JS event loop is limited to a single core. However, this means that you cannot share data and connection pools between them.