The article describes one particular problem the author encountered when running PHP as a standalone FastCGI process. The PHP process would after a certain number of requests stop responding altogether and this way cause all newly incoming requests to hang. The article does of course include a solution for the problems it mentions.
Full story »