As websites become more popular and more highly trafficked things like request latency and scalability obviously become an issue. While it’s true that some requests
Read moreTuning PHP’s FastCGI Process Manager (PHP-FPM)
The PHP FastCGI Process Manager (or PHP-FPM for short) is now the standard means of deploying the PHP interpreter. Unlike CGI, the FastCGI executable remains
Read moreConfiguring nginx for PHP-FPM
PHP FastCGI Process Manager (or PHP-FPM for short) is an daemon that remains resident in memory and processes requests relayed to it either using a
Read more