Node.js looks interesting, BUT I must miss something - isn\'t Node.js tuned only to run on a single process and thread?
Then how does it scale for m
I'm using Node worker to run processes in a simple way from my main process. Seems to be working great while we wait for the official way to come around.