Why use FPM ?
FPM IS FastCgi ! “F.P.M.” stands for “FastCGI Process Manager” CGI is really slow. FastCGI, as its name indicates… Is not slow. CGI is slow for the simple reason you have to completely launch PHP and all its libraries & etc. … whenever FastCGI launches “hanging” PHP processes that…