On 13 Apr 2012, at 8:41am, "Gabriel Corneanu" <[email protected]> wrote:
>> Or you can do your immediate writing to a database in memory, and have >> anotherprocess dump memory to disk in the background. Depending on how >> recent youneed reading you can read the one in memory or the one on disk. Actually I'd like to apologise for posting the above. I forgot that every process has its own ':memory:'. If you use a different process to look at ':memory:' it won't see the database. Sorry about that. You could use a different thread of the same process, but of course "Threads are evil.". Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

