[sqlite] Two Threads Share In-Memory Table

2015-05-10 Thread Peter Aronson
See https://www.sqlite.org/sharedcache.html and in particular, section 6 at the bottom. Peter On 5/10/2015 10:42 AM, Joe Pasquariello wrote: > Hello, > > One thread of our Windows application is an HTTP server reading data > from an SQLite database for display by web clients. Some tables are

[sqlite] Two Threads Share In-Memory Table

2015-05-10 Thread Joe Pasquariello
Hello, One thread of our Windows application is an HTTP server reading data from an SQLite database for display by web clients. Some tables are updated infrequently (minutes), but one contains current status of numerous machines, and it is written/read relatively frequently. Data is written