> Hi all, > > Please find attached a simple example of bgworker that logs a message each > time a SIGTERM or SIGHUP signal is received by it: > - "hello signal: processed SIGHUP" when SIGHUP is handled by my example > - "hello signal: processed SIGTERM" when SIGTERM is handled by my example
I committed some improvements to worker_spi this morning that I think enough demostrate signal handling capabilities, which I think is what your submitted code would do. If you see more use for a separate body of sample worker code, by all means do submit that.