Function ConnectionPool.maxConcurrency
Determines the maximum number of concurrently open connections.
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.
Prototypes
void maxConcurrency(
uint max_concurrent
) @property;
uint maxConcurrency() @property;
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.