Sometimes a ticket is closed with the "toolfix" resolution. This means that the person resolving the ticket feels the need can best be met by extended CherryPy in one of the official existing ways:
- Hooks and Tools
- Custom HTTP servers
- Config entries and namespaces
- Site callback lists, like on_start_engine_list (3.0) or engine.subscribe('start', callback) (3.1).

