Hi,

As per documentation opening a database with SQLITE_OPEN_NOMUTEX flag opens it 
in multi-threaded mode.
http://www.sqlite.org/threadsafe.html says In this mode, SQLite can be safely 
used by multiple threads provided that no single database connection is used 
simultaneously in two or more threads.

I just wanted to be certain that this is true in case of multi-cpu machines and 
cache-coherence related issues won't surface.

Regards,

Prakash Bande
Director - Hyperworks Enterprise Software
Altair Eng. Inc.
Troy MI
Ph: 248-614-2400 ext 489
Cell: 248-404-0292

My Secure Drop Box: https://ftam1.altair.com/dropbox/~Ursfnk

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to