Ticket #637 (defect)
Opened 2 years ago
Last modified 2 years ago
Move signal handlers into Engine class
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | CherryPy code | Keywords: | |
| Cc: |
As mentioned in #636, it would be cleaner for the signal handlers to be bound inside the Engine, rather than at the global level. This would also make multiple Engine classes easier, as well as embedded CP apps, since engine.SIGHUP and engine.SIGTERM could then be set to None.
Attachments
Change History
01/07/07 17:16:54: Modified by fumanchu
- attachment signals_in_engine.patch added.
01/09/07 12:31:56: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Implemented in [1590].


Patch to move signal handlers into Engine