daniel added a comment. In https://phabricator.wikimedia.org/T118162#1795441, @jcrespo wrote:
> We only pool connections at server side- there is not such a thing as client > connection pooling in mediawiki right now. I'm confused - what is it that `LoadBalancer::reuseConnection` does, then? From a brief look at the code, it seems to manage leases of pooled connections in $this->mConns['foreignUsed'] and $this->mConns['foreignFree'], and manages a count in "foreignPoolRefCount". Am I missing something? TASK DETAIL https://phabricator.wikimedia.org/T118162 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel Cc: aaron, jcrespo, gerritbot, daniel, aude, hoo, Lydia_Pintscher, Addshore, Aklapper, Joe, Wikidata-bugs, Mbch331, Krenair _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
