All,
 According to the documentation..
"When any process wants to write, it must lock the entire database
file for the duration of its update. But that normally only takes a
few milliseconds. Other processes just wait on the writer to finish
then continue about their business"

Does sqlite take care of pausing the other processes and resuming them
later i.e after the write completes or will they get a SQLITE_BUSY
error which they have to handle?

Thanks
Shilpa

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

Reply via email to