I have seen all kinds of connection pooling, and some of them will suspend themselves when they are exhausted and will not accept additional connection acquisition requests. When some connection pooling connections are exhausted, additional connection acquisition requests come and new connections will be created.
what I want to ask is, what are the applicable scenarios for each of these two behaviors?