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
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