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 Larry Meadors <lm...@apache.org> on 2007/01/05 16:18:37 UTC

Re: SqlMapClient multithread applications

On 1/5/07, De Gaetano Giuseppe <de...@pitagora.it> wrote:
> If the application is multithread and each thread uses the same client will
> I have some problem?

Should be fine.

>
> Is the iBatis engine handling the concurrency or should I care?

What type of concurrency? If two threads update the same row in the
database, the last one in wins. iBATIS does not and will not likely
ever deal with that sort of thing.

> Is there any best practice?

Sorry if i am being dense, but for what?

Larry