On 06/07/07, ArtemGr <[EMAIL PROTECTED]> wrote:
> > In fact, we should probably be creating a different Connection
> > for each thread, though the SQLiteJDBC Connection is thread safe.
>
> Respectfully disagree. In most databases I've seen (Oracle, MySQL)
> Connection is thread-safe and is usable with no problems across
> threads.

>From a practical standpoint I agree, and I will definitely keep the
Connection thread-safe. But I'm not going to make Statement
thread-safe.

d.

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to