James A. Cubeta wrote: [snipped...]
So my questions revolve around tweaking this framework for speed. I guess my very first question is: Is there a way to instruct DBCP to initially set up a some number of connections?
When you create your pool with BasicDataSource, you can modify its behavior with it's properties. One of them is initialSize - http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/BasicDataSource.html#initialSize Perhaps this will supply the functionality you are looking for...? Cheers, -- Bob Arnott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
