Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

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

signals_in_engine.patch (3.6 kB) - added by fumanchu on 01/07/07 17:16:54.
Patch to move signal handlers into Engine

Change History

01/07/07 17:16:54: Modified by fumanchu

  • attachment signals_in_engine.patch added.

Patch to move signal handlers into Engine

01/09/07 12:31:56: Modified by fumanchu

  • status changed from new to closed.
  • resolution set to fixed.

Implemented in [1590].

Hosted by WebFaction

Log in as guest/cpguest to create tickets