Question on load balanced pool

Jonathan Reichhold <[email protected]> Sun, 25 Apr 2010 21:37:04 -0700
Newsgroups gmane.comp.db.mysql.java
Message-ID <[email protected]>
--000e0cd761d829dcc804851c5440
Content-Type: text/plain; charset=ISO-8859-1

Has there been any consideration to a
LeastExecutingStatementsBalanceStrategy connection selection for the load
balancer pool in addition to the random and the bestResponseTime.  In my
situation we have lots of requests which have a large variance in timing,
and bestResponseTime isn't great for this, while random isn't great either.
 Noticed with the JMX instrumentation have a way to get the number of active
requests per db and wondering if this has been considered as a strategy.

--000e0cd761d829dcc804851c5440--