Re: [sqlite] Clarification on file locking in web-served apps

2004-01-14 Thread ben . carlyle
Vania, Vania Smrkovski <[EMAIL PROTECTED]> 15/01/2004 01:20 PM Please respond to vania To: [EMAIL PROTECTED] cc: "SQLite-Users (E-mail)" <[EMAIL PROTECTED]> Subject:Re: [sqlite] Clarification on file locking in web-served ap

Re: [sqlite] Clarification on file locking in web-served apps

2004-01-14 Thread Vania Smrkovski
Okay, I think I figured out one piece that I was forgetting Check me on this: SQLite locks the DB during the Open only so long as it takes to read through the DB file. I seem to recall running across that fact somewhere in the FAQs or on this user list I know the general SQL theory on t

Re: [sqlite] Clarification on file locking in web-served apps

2004-01-14 Thread ben . carlyle
Vania, Vania Smrkovski <[EMAIL PROTECTED]> 15/01/2004 12:14 PM Please respond to vania To: "SQLite-Users (E-mail)" <[EMAIL PROTECTED]> cc: Subject:[sqlite] Clarification on file locking in web-served apps > Why the heck would anyone even need Transact