MySQL Forums
Forum List  »  Docs

Sparce Connection Pool Documentation
Posted by: Bert Payne
Date: April 25, 2006 07:07PM

Hi,

I am attemting to use MySQL's connection pool. Using the preferred method in 1.3. JDBC Reference, I am able to create an instance of the com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource and connect to the database. However, I can find no documentation that indicates a method to access or modify the connectionPollDataSource properties (e.g. minPoolSize, maxPoolSize, etc.) The Sun JDBC 3.0 spec indicates that "setters" and "getters" for these should exist for these properties just like they do for the configuration properties "user" and "password". The current version of the dataSource class seems to have not implemented the pooling properties, but, based on third party documentation, I am sure the pooling properties exist and are maintainable.

If you could provide additional info, I would greatly appreciate it.

Thank you

Options: ReplyQuote


Subject
Views
Written By
Posted
Sparce Connection Pool Documentation
3667
April 25, 2006 07:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.