On 1/5/07, De Gaetano Giuseppe <[EMAIL PROTECTED]> 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
