You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2002/09/03 18:46:07 UTC

Re: [DBCP] Production ready - Was re: [DBCP] NamedDataSourceFactory to share DataSources between Servlet Contexts

Isaac Arias <ia...@yahoo.com> writes:

> Thanks Matthew.
> 
> We've actually deployed this (with commons-dbcp 1.0)
> to one of our production servers and it is taking
> north of 300K dynamic page views a day with no
> problems. I think we will soon deploy it to the rest
> of the farm as our standard DB pool.
> 
> It would be great if this is of use for someone else.
> How would I proceed to contact Glenn Nielsen? Have you
> ever submitted code that was committed? Any
> suggestions?
> 
> Thanks again,

Sounds great!  I'll see about integrating it into Eyebrowse.
-- 

Daniel Rall <dl...@finemaltcoding.com>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


[DBCP] How to remove all connections from pool?

Posted by Dick Zetterberg <di...@transitor.se>.
Hi,

I am using the DBCP package together with a Microsoft Access database (Sun's
standard odbc bridge driver).
At certain points I wish to replace the whole Access database file with a
new file. This is however impossible as long as my application still has
open connections to it.
So I want to be able to tell the pool to release all connections it has
opened (really closing them).

Is there a way to accomplish this?

Best regards,

Dick Zetterberg
dick@transitor.se



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>