To be more precise I would like to parallelize writes operations on different tables, so potentially in different db (files).
It's why I think about using multi databases (1 by table), the shared cache system and the asynchronized I/O.. So if a shared cache is shared accross different databases, writes operation will be "serialized", so according to all reply it seems that a shared cache is create for each different db instance ?? -- View this message in context: http://old.nabble.com/Asynchronous-I-O-and-shared-cache-tp26402983p26407565.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users