coopernurse / node-pool

Generic resource pooling for node.js
2.37k stars 258 forks source link

How to work maxWaitingClients? #287

Open victor-dm-black opened 3 years ago

victor-dm-black commented 3 years ago

I don't understand how to work maxWaitingClients and then I diceded to ask here.

Is it mean we have requests for every connections? For example 1 connection = 200 requests(maxWaitingClients).

If do I have more requests I will change connection from another connection. For exampla, 1 connection has 200 request then 2 connection get 201 request.

I want to more details how to work?

Kikobeats commented 3 years ago

I think it's specifying the maximum of clients allowed to wait for .acquire at the same time