Re: [sqlite] Concurrency tutorial ( small bounty )

2005-03-26 Thread Marco Bambini
On Mar 25, 2005, at 9:18 PM, Kervin L. Pierre wrote: ... I am interested in how you got this problem solved. I'll reply you off list. Regards, Marco Bambini SQLabs.net

Re: [sqlite] Concurrency tutorial ( small bounty )

2005-03-25 Thread Clay Dowling
Marco Bambini said: > we have develop an SQLiteServer on top of sqlite3 (and sqlite2) > database engine. > Our requirements was robustness and a reasonable fast solution to be > able to serve a large amount of concurrent connections. > The server will be available in few days, when we'll

[sqlite] Concurrency tutorial ( small bounty )

2005-03-25 Thread Kervin L. Pierre
Hello, I've been pulling my hair out over concurrency problems with SQLite 3. SQLITE_BUSY, SQLITE_SCHEMA, SQLITE_MISUSE, I get them all. Over the last few weeks, I've been strictly debugging SQLite problems in my application [ http://openconnector.org ]. No program logic besides fixing ( and