Ticket #752 (defect)
Opened 8 months ago
Last modified 8 months ago
Return cherrypy.server to a single-server model
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
The cherrypy.server object expanded (too far) in 3.0, trying to be a single interface for multiple HTTP servers. Now that we have a unified startup/shutdown process in the Bus, that isn't needed anymore and should be removed; cherrypy.server should go back to being an adapter for a single HTTP server. Users who wish to deploy multiple servers should wrap each one of them in a restsrv.servers.ServerAdapter and subscribe them to the Bus.
Change History
11/10/07 19:38:17: Modified by fumanchu
- status changed from new to assigned.
11/11/07 13:47:37: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.
Trunked in [1824].


Proof-of-concept in a branch in [1822].