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 more
Code fueled rants
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 moreThe 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 morePHP 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