I'm seeing some scaling issues (which I'm hoping someone else has encountered 
before).  I have an application which utilizes multiple threads, each of which 
never writes to the database, and none of which shares its cache.

In pcache1Fetch, sqlite mutexes around the cache handling, which appears to be 
causing significant waits/scalability issues in my application.  If I disable 
this mutex, the application crashes.

Is it possible to cache on a thread-by-thread basis such that no mutexes are 
necessary?

-Jeff


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to