If you are already using nodejs for a while, you might already know that, nodejs is by default made up with single threaded architecture. That means, all your application logic will be run as a single thread for any amount of traffic requests. So, … [Read more...]
Getting Started With Nodejs Cluster

Recent Comments