You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need help to understand how c3p0 works with rds cluster.
I have one web connects to RDS mysql. The RDS stack contains 1 master and 5 slaves. Each of nodes there can handle max to 1000 connections.
I configured min and max connections in c3p0 pool to 800.
Here is the confusion part. It looks like 800 connections are established on each of mysql nodes. As a result it could be 800*6 connections. Does it mean c3p0 established all 4800 connections, or it only hold 800 connections as set but shared by all data nodes? How c3p0 establish and manage connections in pool there?
Thanks
The text was updated successfully, but these errors were encountered:
Hi there,
I need help to understand how c3p0 works with rds cluster.
I have one web connects to RDS mysql. The RDS stack contains 1 master and 5 slaves. Each of nodes there can handle max to 1000 connections.
I configured min and max connections in c3p0 pool to 800.
Here is the confusion part. It looks like 800 connections are established on each of mysql nodes. As a result it could be 800*6 connections. Does it mean c3p0 established all 4800 connections, or it only hold 800 connections as set but shared by all data nodes? How c3p0 establish and manage connections in pool there?
Thanks
The text was updated successfully, but these errors were encountered: