Hi I have a rather simple question. I have my webserver running node.js with acs as the backend system. My system is multicore and I want to take advantage of the other cpus. When I type acs run command it only listens on one thread. How can run acs to use multiple cores with the cluster module? Thanks.
↧