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 blog posts 
to get this working, but SQLite insisted on synchronizing the reads. 
Switching from an in-memory DB to an on-disk DB immediately rectified 
the issue. 
 
 What I'm wondering is whether SQLite flat out doesn't support 
concurrent access to an in-memory database, or perhaps whether I'm 
just doing something wrong. Can anyone confirm whether concurrent 
access to an in-memory database is supported? 
 
 Thanks, 
 Kent 
  
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to