OK, the code I have does not do any multithreading.

I do, actually, use SQLite from within a signal handler: the timer interrupt (SIGALRM handler), and also to close the DB when I catch quit signals (like SIGINT, SIGHUP, SIGTERM) -- but that's not where the problem comes from. (The rest on your list I don't do.)

Maybe my mistake but I haven't found a notice in the docs that says I mustn't use SQLite from within a signal handler... Is there any known workaround to this?

Thanks for the info,

Andras

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to