PHP-FPM vs HHVM

Tuesday, March 18, 2014 1:51 PM 0 Comments , ,

this is result i tested concurence between php-fpm (tcp) vs hhvm (tcp)

My http server is Nginx. i tested 1000 requests and 50 concurrence.


First i tested php-fpm the time taken for test is 8.272 seconds.

php-fpm result

i tested hhvm the time taken for test is  2.831 seconds

hhvm result
the code that i tested is my project based on cakephp framework.

conclusion hhvm is very very fast but hhvm is not support unix socket now. :-(

0 comments: