A single handler is like a separate thread.
OK, this way I've got it. I ain't a weaver :-)
You can call SQLite from within a single handler
as long as the same database
connection is not being used by the main thread when the single
handler is invoked.
It is supposedly so but the next point is what I'll try.
If you really need to invoke SQLite from a single handler,
consider opening a separate database connection for use by
the signal handler.
I actually do. I'll try with a separate handler and get back
to you -- hopefully in a couple of days.
Thanks for the help!
Andras
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------