Re: [OJB-developers] Does ojb use a connection pool?
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-05-12 08:21:54
|
Hi Travis, tr...@th... wrote: > just curious > OJB uses a slightly different approach: it caches prepared Statements and not Connections. In order to allow reuse of cached prepared statements the underlying connections must not be closed. Thus OJB currently does not close Connections and using a connection pool won't be effective in this setup. In the future we will also properly support collaboration with connection pools. OJB will not provide yet another pool, but we will provide a plugin mechanism. cheers, Thomas > Travis > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: ban...@so... > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers > > > > |