Re: [sqlite] Is database corruption possible when writing from multiple processes?

2012-04-20 Thread Richard Hipp
On Fri, Apr 20, 2012 at 12:00 PM, George wrote: > On 4/20/12, Richard Hipp wrote: > > On Fri, Apr 20, 2012 at 10:38 AM, George wrote: > > > >> The webpage [1] mentions that if the sqlite library is linked twice > >> into the same application there is the possibility that the database > >> will

Re: [sqlite] Is database corruption possible when writing from multiple processes?

2012-04-20 Thread George
On 4/20/12, Richard Hipp wrote: > On Fri, Apr 20, 2012 at 10:38 AM, George wrote: > >> The webpage [1] mentions that if the sqlite library is linked twice >> into the same application there is the possibility that the database >> will be corrupted. >> >> Is this also possible when two different p

Re: [sqlite] Is database corruption possible when writing from multiple processes?

2012-04-20 Thread Richard Hipp
On Fri, Apr 20, 2012 at 10:38 AM, George wrote: > The webpage [1] mentions that if the sqlite library is linked twice > into the same application there is the possibility that the database > will be corrupted. > > Is this also possible when two different processes (each of which has > only linked

[sqlite] Is database corruption possible when writing from multiple processes?

2012-04-20 Thread George
The webpage [1] mentions that if the sqlite library is linked twice into the same application there is the possibility that the database will be corrupted. Is this also possible when two different processes (each of which has only linked the library once) are accessing the same database? If not, h