<div dir="ltr"><div>Newbie question here.<br><br>I want to do connection pooling and throttle connections to a single database instance. All applications will be connecting with the same username, to the same database. <br>
<br></div><div>My question is about how many connections will be queued. Is the maximum always a flat number -- 2 * num_init_children? So, for example, if num_init_children is 100, I can expect no more than 100 100 queued connections? <br>
<br></div><div>Related, is there a way to see the number of queued connections using pcp?<br></div></div>