I want to test sqlite3asynch io but it seems that all the ex\async files are : not it amalgamation ? not in zipped source files ?? not included in the sqlite3.dll ???
But it seems to work fine with win32 platform using amalgamation + sqlite3async files ! Does future sqlite3.dll/libsqlite3.so will include async io ? On Multi-core cpu performance seems to be better, i mostly use db for reading and did not notice any failure (i do not use asynchronous io mode for database updates as i have 2 soft one for reading the DB one for maintaining the db) As i do not plan to recompile my code at often as sqlite i must define if i can use it or not. Regards Ch.Faure _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

