Re: [sqlite] Concurrency for in-memory scenarios

2010-04-08 Thread Kent Boogaart
arger cache and page size. Concurrent reads appear to be working, so I guess the shared cache is disabled by default . . . ? Best, Kent On Wed 07/04/10 6:47 PM , Alexey Pechnikov pechni...@mobigroup.ru sent: Hello! On Tuesday 06 April 2010 17:43:47 Kent Boogaart wrote: > What I

[sqlite] Concurrency for in-memory scenarios

2010-04-06 Thread Kent Boogaart
Hi there, I've recently been struggling with concurrency for an in-memory SQLite scenario. Basically, I want to be able to perform concurrent reads against an in-memory SQLite database, thus using multiple CPUs to good effect. I've tried everything I could think of and find in various b