
April 25, 2005
9:21 p.m.
Twisted does care about this for signal handling. If Twisted is run in a thread it will not be able to do shutdown based on signals or run processes correctly (though if you install your own signal handlers that forward info to twisted it can be made to work).
Are there examples of installing signal handlers and forwarding signal information to a twisted thread?