Comment on Why Everyone Is Talking About NodeparentComments−nerd_in_rage15yThe difference is PHP is thread (or, rather, process) per connection. Node is one process handing multiple connections.−jawngee15yPHP-FPM is a single process and is built into 5.3, though it requires some configuration.http://interfacelab.com/nginx-php-fpm-apc-awesome/−nerd_in_rage15yCool! Thanks for that... I'll definitely check it out. Looks like there are patches for earlier versions.−MatthewPhillips15yThanks for the clarification.
Comments
The difference is PHP is thread (or, rather, process) per connection. Node is one process handing multiple connections.
PHP-FPM is a single process and is built into 5.3, though it requires some configuration.
http://interfacelab.com/nginx-php-fpm-apc-awesome/
Cool! Thanks for that... I'll definitely check it out. Looks like there are patches for earlier versions.
Thanks for the clarification.