I'm seeing my app crash when I'm using SQLite (via the sqlite-net ORM) when invoking a connection made on one thread from another thread (via a TPL Task).
Nic pointed me to some documentation for SQLite that talked about threading with SQLite: https://mail.google.com/mail/u/0/#inbox/139dfbb3b161e48e This refers to 3 ways that SQLite can be used - but in terms of how's it's built at compile time, and how a connection is established. One of the options "serialized" claims to be thread safe. I'm wondering: 1. Is the version of SQLite compiled on iOS in a way that can be connected to in a thread safe way? 2. Is it possible to get sqlite-net to establish a thread safe connection? -- *Phil *Cockfield
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
