[sqlite] Multithreading support approach

2010-07-02 Thread Cargnelutti, Pablo Fernando
Hi all, I'm a beginner user of this tool. I have to questions. What would be the better approach to multithread support for sqlite using C++ API? I'm currently try to block, using boost mutex, locks and condition variables, all calls to step method that attempts to modify the DB. Sqlite

Re: [sqlite] Multithreading support approach

2010-07-02 Thread Cargnelutti, Pablo Fernando
, at 6:14pm, Cargnelutti, Pablo Fernando wrote: > > > Sqlite implements table level lock? > > No. SQLite locks the entire database file with all tables and views in > it. > > Simon. > ___ > sqlite-users mailing list >