Hello, I'm doing some test with SQlite 3.7.11 in Windows Embedded industrial PC. I need to store data in a table very quickly. Let's say new data each 10 msec. I tryed with DB on disk but obviously was not possible to reach the correct performance. So I tryed with in-memory DB and in this case the performance results are good. The problem is that I can't share the in-memory database with other applications. I red a lot of article and documentation but I have not solved the problem. Maybe with temporary DB I can have the same performance and also I can share DB? Have you some suggestion?
Simone Pietro Lossani Mezzomerico Italy _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

