Hi, this is my first post there. So first, I've not found a browseable archive of that mailing-list does one exist ?
And second shortly : sometimes sqlite_compile() returns SQLITE_BUSY (all perfectly normal). Should I then call sqlite_finalize() before recalling sqlite_compile() ?? context : I had some assert() failed at src/os.c:1716 (from sqlite 2.8.11 under Linux 2.4.24-SMP), this is difficult to believe as mutexes should work under Linux, so I'm doubble checking everything... Yes, I'm accessing a single database from many threads of 1 multi-thread program. Yes, all threads use a different sqlite *. thanks, Arnaud -- Arnaud Burlet <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

