You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Zsolt Koppany <zs...@intland.com> on 2005/10/20 19:15:38 UTC

dataSource simple or dbcp?

Hi,

as far as I understand, ibatis is shipped with a simple dataSource
implementation. Is that as good as DBCP for production?

Zsolt



Re: dataSource simple or dbcp?

Posted by Clinton Begin <cl...@gmail.com>.
I think it is. :-)

It's a 3 year old piece of code, with nearly no bug reports. So it's pretty
darn stable. The other nice thing is that it doesn't spawn threads or
anything crazy. So it's predictable and solid. Try it out to see what you
think.

Cheers,
Clinton


On 10/20/05, Zsolt Koppany <zs...@intland.com> wrote:
>
> Hi,
>
> as far as I understand, ibatis is shipped with a simple dataSource
> implementation. Is that as good as DBCP for production?
>
> Zsolt
>
>
>