FastCGI in PHP. The way it could be

Intro

Most PHP programmers believe, that PHP has support for FastCGI. They refer to fastcgi-sapi, which is bundled with php since long ago, and which was recently reimplemented for PHP 5.1.3/4. This SAPI really does exist and actually working quite good. But… it is not a real fast-cgi. It is just an imitation of mod_php which is . . . → Read More: FastCGI in PHP. The way it could be

Love and Hate and Everything…

I love APC. Everyone who read George Schlossnagle’s “Advanced PHP Programming” loves APC. I love it, because it makes “enterprise” sized applications run twice faster. I love it because it gives me cheap and convenient shared memory cache, so my app runs even faster. I love it because it will be a part of PHP6, which . . . → Read More: Love and Hate and Everything…