Function ConnectionPool.maxConcurrency
Determines the maximum number of concurrently open connections.
void maxConcurrency
(
uint max_concurrent
) @property;
uint maxConcurrency() nothrow @property;
Attempting to lock more connections that this number will cause the calling fiber to be blocked until one of the locked connections becomes available for reuse.