
June 8, 2006
9:22 a.m.
On 6/8/06, Chaz. <eprparadocs@gmail.com> wrote:
The issue is that I can terminate because I get an RPC shutdown request, but also the service getting a SIGINT. Is there some convenient "Twisted" way to capture sigint (or any signals) and route them to shutdown services in my application?
The stopService() method is called on your service instances, so that is where you must do the clean up. Eric.