… module or even use lighttpd with FastCGI all can fix this problem. Lets talk now about why Persistent connections were disabled in mysqli extension. Even though you could misuse persistent connections and get poor performance that…
Post: Speedup your LAMP stack with LigHTTPD
… like you expect it to work. Use other server, ie lighttpd with FastCGI. Honestly I like this solution more – it allows… by reverse proxy servers could be enough. The note about LigHTTPD – I like this one in particular because it is really… could make it faster. Few missing items I should mention: Persistent connections to FastCGI servers Keep alive from Reverse proxy to web…
Post: Debugging sleeping connections with MySQL
… MySQL connections quicker than you expected but it also frequently indicates serious problems in the application. If you do not use persistent connections and you have connection in Sleep stage for 600 seconds what could it… case we can find php-cgi is holding connection in question (this is lighttpd based system with fastcgi) Now you know the…

