Daily Archives: April 23, 2012

Build a clustered ATOM server with Node.js

From the Node.js documentation: A single instance of Node runs in a single thread. To take advantage of multi-core systems the user will sometimes want to launch a cluster of Node processes to handle the load. Today I’ll show you … Continue reading

Posted in JavaScript, Node.js | 1 Comment