in reply to Help me beat NodeJS
Hmm, your process is probably limited by IO throughput, so that using more CPUs won't help much against disk access bottlenecks. In such cases, it often tends to be even somewhat slower, because of the multiple process management overhead.