Lots of people seem to think that better concurrency in
SQLite would be useful.  But I am having trouble understanding
why.

Please, give me some examples of the kinds of things you are
doing which could benefit from improved concurrency.

  *  What SQL are you running that takes more than a fraction
     of a second to complete?

  *  Are you holding transactions open for an extended period
     of time?  Why?

  *  How many processes do you have trying to access the database
     at once?

  *  How do you currently handle SQLITE_BUSY replies?  Do you use
     the sqlite_busy_handler() or sqlite_busy_timeout() APIs?

* How large are your databases?

* Do you ever put database files on a shared filesystem?

The better I understand the problems, the better job I will
be able to do in resolving them.  Thanks for you responses.
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to