Um, stray pointer or array overrun in upper applications will be treated as BUG in my system. And I believe all these bugs could be fixed before using sqlite. So can I safely enable SQLITE_MMAP_READWRITE directly if I can ignore the possibility of the BUG?
But I notice that Sqlite may not call msync() in mmap, calls fsync instead. So I am wondering if it is safe to use SQLITE_MMAP_READWRITE to write to mmapped memory as msync() is not called. -- Sent from: http://sqlite.1065341.n5.nabble.com/ _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

