> -----Original Message-----
> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] On Behalf Of Simon Slavin
> Sent: Tuesday, June 03, 2014 8:07 PM
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] Threads and System.Data.SQLite
>
>
> On 3 Jun 2014, at 11:05pm, Drago, William @ MWG - NARDAEAST
> <william.dr...@l-3com.com> wrote:
>
> > "You May create multiple threads, and those threads can create their
> own SQLiteConnection and subsequent objects for accessing a database.
> Multiple connections on multiple threads to the same database file are
> perfectly acceptable and will behave predictably."
> >
> > So I don't have to lock the section of code that writes to the
> database like I do when I have multiple threads writing to a .csv file?
>
> Probably easiest if you read this then post again if you still have
> questions.
>
> <http://www.sqlite.org/threadsafe.html>
>
> Simon.

I read that too and it just seemed too easy, and too good to be true. That's 
why I asked for confirmation here.

My threads are humming along nicely...

Thank you,
-Bill

CONFIDENTIALITY, EXPORT CONTROL AND DISCLAIMER NOTE:This e-mail and any 
attachments are solely for the use of the addressee and may contain information 
that is privileged or confidential. Any disclosure, use or distribution of the 
information contained herein is prohibited. In the event this e-mail contains 
technical data within the definition of the International Traffic in Arms 
Regulations or Export Administration Regulations, it is subject to the export 
control laws of the U.S.Government. The recipient should check this e-mail and 
any attachments for the presence of viruses as L-3 does not accept any 
liability associated with the transmission of this e-mail. If you have received 
this communication in error, please notify the sender by reply e-mail and 
immediately delete this message and any attachments.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to