Hello Eduardo,

SQLite does not uses threads in itself. Every call to sqlite executes in the context of the calling thread. There is a restriction explained in http://www.hwaci.com/sw/sqlite/faq.html#q8

I hope this helps.
Martin

Eduardo schrieb:

Hello:
We are going to implement p-threads in our embebbed OS and want to know how SQLite uses them. Each database will have its own thread or each part of SQLite (tokenizer, parser, btree...) have its own thread or a mixture of both?

TIA

Reply via email to