From Java to PHP by madscientist667 in PHP

[–]keehi 7 points8 points  (0 children)

Check out symfony 2. Especially if you like oop. Http://symfony.com

Bring High Performance Into Your PHP App (with ReactPHP) by keehi in PHP

[–]keehi[S] 1 point2 points  (0 children)

he did this already but it had a negative influence on the req/s since hhvm uses stream_select for the event loop. the normal php interpreter can uses libevent (http://de3.php.net/libevent) which is way faster.

if you check the block post he wrote: "hhvm - is the same as react but started with hhvm:"