cluster

meteor cluster

nodejs [https://nodejs.org/]는 single process 방식으로 동작한다. 그러다 보니 multi core 환경에서 100%로 성능을 발휘하지 못한다. 그 부분을 보안해서 나온게 cluster [https://nodejs.org/api/cluster.html]이다. cluster에 대한