: martedì 14 luglio 2009 16.18
A: user-java@ibatis.apache.org
Oggetto: Re: R: SqlMapClient multithread applications
You can use a single sql map client to service many threads...if
that's your question. :)
Larry
On Tue, Jul 14, 2009 at 6:17 AM, De Gaetano
Giuseppe wrote:
> Hi all,
> afte
dì 14 luglio 2009 16.18
A: user-java@ibatis.apache.org
Oggetto: Re: R: SqlMapClient multithread applications
You can use a single sql map client to service many threads...if
that's your question. :)
Larry
On Tue, Jul 14, 2009 at 6:17 AM, De Gaetano
Giuseppe wrote:
> Hi all,
> af
seppe De Gaetano
>
> -Messaggio originale-
> Da: De Gaetano Giuseppe [mailto:degaet...@pitagora.it]
> Inviato: venerdì 5 gennaio 2007 16.39
> A: user-java@ibatis.apache.org; lmead...@apache.org
> Oggetto: R: SqlMapClient multithread applications
>
> Hi, may be I was
Any suggestion?
Thanks to all in advance
Giuseppe De Gaetano
-Messaggio originale-
Da: De Gaetano Giuseppe [mailto:degaet...@pitagora.it]
Inviato: venerdì 5 gennaio 2007 16.39
A: user-java@ibatis.apache.org; lmead...@apache.org
Oggetto: R: SqlMapClient multithread applications
Hi, may
Hi, may be I wasn't clear enough.
With concurrency I meant2 threads each doing the following operations:
1. Start transaction.
2. insert row
3. insert another row
4. commit/rollback transaction
In this situation is the transaction isolation guaranteed?
> Is there any best practice? == speed up a