Joe Wilson <[EMAIL PROTECTED]> wrote:
> Does Sqlite support the ability to have several concurrent non-blocking 
> database read operations
> in a single thread? 
> 
> What about the more traditional many-threads-each-with-a-blocking-read model?
> 

Two or more connections can all read at the same time,
regardless of whether or not they are in the same thread
or even the same process.
--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to