R: R: SqlMapClient multithread applications

2009-07-15 Thread De Gaetano Giuseppe
: 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

R: R: SqlMapClient multithread applications

2009-07-14 Thread De Gaetano Giuseppe
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

Re: R: SqlMapClient multithread applications

2009-07-14 Thread Larry Meadors
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

R: SqlMapClient multithread applications

2009-07-14 Thread De Gaetano Giuseppe
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

R: SqlMapClient multithread applications

2007-01-05 Thread De Gaetano Giuseppe
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