On Tue, 11 Dec 2001, Micael Padraig Og mac Grene wrote:

> Date: Tue, 11 Dec 2001 06:45:22 -0800
> From: Micael Padraig Og mac Grene <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: RE: Why do i have to keep on restarting Tomcat?
>
> At 02:40 PM 12/11/01 +0000, you wrote:
> >I believe DbBroker is more a connection pool manager
> >
> >Muhammad
>
> Every connection pool inherently has a pool manager.  Otherwise it would
> not work.  Are you familiar with DataSource classes?  Just trying to be
> helpful.  I think you are probably headed the wrong direction.
>

While the first statement ("every connection pool inherently has a pool
manager") is technically correct, it is *not* correct to assume that every
connection pool supports the javax.sql.DataSource APIs.  Many popular
connection pools were written before this API existed, so they provide
their own proprietary APIs to allocate connections and return them.

Does your favorite connection pool support javax.sql.DataSource?  Only
your documentation knows for sure.  :-)

> -- micael
>

Craig


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to