php connection pooling

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vivekjagan
Forum Newbie
Posts: 1
Joined: Wed Nov 24, 2010 4:41 pm

php connection pooling

Post 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.
Post Reply