I'm wondering about the possibility of enabling PHP5 (FastCGI) on my Bluehost S2Member installations. Anyone have an opinion? My bluehost account occasionally get "throttled" and I am hoping this would stop that as well as make my sites load faster.
"PHP5 (FastCGI)
All files with the extension .php will be handled by PHP5 FastCGI processes.
FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpretor on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster. "