Felix Radensky <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> What is a recommended way of handling signals in daemon 
> processes using sqlite database ?  Is calling sqlite3_interrupt()
> in SIGTERM handler considered good enough ?
> 

sqlite3_interrupt() was originally create for the specific
purpose of handling SIGINT when you press Control-C in the
CLI.  So it is probably what you want.

--
D. Richard Hipp <[EMAIL PROTECTED]>

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to