Posted by giorgio79 on June 19, 2013 at 2:12pm
Helllo,
The installation steps mention 3 php modes https://github.com/perusio/drupal-with-nginx#installation
upstream
fastcgi
php fpm
Which one do you recommend? I have not found any benchmarks comparing them. I am using Boost, so nginx will serve lots of static files.

Comments
I recommend
and I think I'm not alone here ;) using php-fpm. As for using UNIX or TCP sockets it depends on your site traffic. For higher traffic sites my experience is that TCP sockets are more reliable.
php-fpm
php-fpm
+1 for php-fpm
+1 for php-fpm
Once more for php-fpm and ...
.... Unix socket rather than tcp also.
Yes, use sockets instead of
Yes, use sockets instead of tcp.