Hacker News new | ask | show | jobs
by programminggeek 4822 days ago
One of the variations that is being tested here, that I'm not sure if it is legitimate is that for PHP specifically, Apache is likely spinning out many PHP threads, I'm not sure if the same behavior is happening on the ruby side. Thus, if you are comparing performance of 10 PHP threads to 1 ruby or python thread, your benchmark is not going to be terribly accurate.
1 comments

PHP was tested behind nginx this time due to community feedback we received, not Apache.
Awesome, I did realize that. I stand corrected. Love the work you're doing!