Re: [sqlite] Question about concurrency

2009-01-12 Thread Dan
On Jan 11, 2009, at 3:37 AM, Lawrence Gold wrote: > This question may sound a bit daft, but I'll ask anyway: If I use > SQLite > in the default SQLITE_CONFIG_SERIALIZED threading mode and share a > connection among threads, does that connection support multiple > simultaneous reads, or will

[sqlite] Question about concurrency

2009-01-11 Thread Lawrence Gold
This question may sound a bit daft, but I'll ask anyway: If I use SQLite in the default SQLITE_CONFIG_SERIALIZED threading mode and share a connection among threads, does that connection support multiple simultaneous reads, or will each read access be serialized? I'm assuming that for maximum