mreschke / node-vs-php-vs-go

Node.js Vs. PHP7 Vs. Go HTTP+Redis Performance Test
54 stars 5 forks source link

nodejs can actually utilize multi-core #3

Open s1155030742 opened 8 years ago

s1155030742 commented 8 years ago

I appreciate your work. It do provide some reference. However, nodejs ,at least in my understanding, can practically support utilize multi-core by clustering: [https://nodejs.org/api/cluster.html]() so, I believe implementing multi-core support to nodejs will result in a fairer test result :)

borislemke commented 8 years ago

@s1155030742 Check this out. I made my own test on my development MacBook. Node.js is waaaay faster than PHP https://github.com/borislemke/nodejs_vs_php