> From: Andrew Finkenstadt <[EMAIL PROTECTED]>
> To: [email protected]
> Sent: Thursday, June 14, 2007 12:39:46 AM
> Subject: Re: [sqlite] Multiple *processes* accessing one database
>
> On 6/13/07, Andrew Roark <[EMAIL PROTECTED]> wrote:
> >
> > My question: how well does sqlite handle one database file being accessed
> > by multiple processes?
>
>
> Very well, so far.  You'll want to make sure you use an appropriate locking
> (transaction) strategy, and accomodate SQLITE_BUSY even when you think it
> can't happen. :)
>
superb -- thank you very much :)

Again, sqlite is brilliant!

Andrew


       
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting 

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to