AWS RDS connection count
Posted
by
wmarbut
on Server Fault
See other posts from Server Fault
or by wmarbut
Published on 2012-08-06T15:45:54Z
Indexed on
2012/08/29
3:40 UTC
Read the original article
Hit count: 631
I am using AWS RDS with MySQL for a project and have a "large" instance. The documentation is clear on what this means as far as compute resources and RAM goes, but I can't find anything that documents how many open database connections that I can have. The app that I am using is PHP and it utilizes PDO with persistent connections. This means that the number of open connections could reach the maximum number of PHP child processes running at any given point. How do I ensure that my RDS instance has a max connections setting high enough to be comfortable with this?
© Server Fault or respective owner