Page 1 of 1

php connection pooling

Posted: Wed Nov 24, 2010 4:49 pm
by vivekjagan
Hi,

We are using LAMP in a big customer facing site. Whenever the load goes up, the number of db connection goes up and the connection (and release) takes lot of time. This ends up in server not responding until it is restarted. I understand php works on "Share nothing architecture" but is there a way I can handle this very efficiently. Some kind of connection pool or a way for the using the limited connections to the db irrespective of the number of server request.