On 07/10/2009, skatz <steven.k...@nexage.com> wrote: > > I'm running some test against MySQL and it seems that the first results are > skewed by the time it takes to fill the connection pool w/ connections. Is > there a way to pre-populate the connection pool. If not, what do people > usually do? Just drop first X results where X is the number of connection > in the pool?
Don't use a connection pool unless you want to test with pooled connections. Just set the max number of connections to 0 and pooling will be disabled. > thanks, > > skatz > > -- > View this message in context: > http://www.nabble.com/Connection-Pool-Pre-Populating-tp25793044p25793044.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org