Hi All,

  I am using the SQLite version 3.20 .

I have created the inmemory database with shared cachemode as shown below

"FullUri=file::memory:?cache=shared;PRAGMA locking_mode = NORMAL;Read
Only=True;Pooling=True;Max Pool Size=120"

I am using only select operation ,but it gets degreaded(response time) when
i calls the API thur multi threading

If i call same API for single thread sequentialy ,it works fine,

Please help me to solve the degraded response time when i use the multi
threading.


Thanks & Regards,
Senthil Kumaar C
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to