On Wed, 13 Feb 2002, Glenn Nielsen wrote:
> Date: Wed, 13 Feb 2002 10:25:07 -0600
> From: Glenn Nielsen <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Tomcat 4 JDBCRealm Connection Pooling
>
> Currently the JDBCRealm does not use db Connection Pooling, instead
> it maintains an open connection and synchronizes use of the connection.
>
> I have been using the new Tomcat 4.1-dev DBCP for creating
> a JNDI named JDBC DataSource and it has been working well.
>
> The easiest way to implement db connection pooling may be by
> providing a JDBC Realm which uses a JNDI named JDBC DataSource.
>
> Should this support be added to the current JDBCRealm, or should a new
> realm be created which uses a JNDI named JDBC DataSource?
>
Hi Glenn,
Personally, I like the latter idea better (a new JDBCRealm implementation
that uses a JNDI named data source) to avoid disruption of existing
applications.
> Regards,
>
> Glenn
>
Craig
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>