Ticket #768 (enhancement)
Opened 9 months ago
Last modified 7 months ago
Write a restd daemon
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
The restsrv package should include a "restd" module which reads a config file, composes a site + apps from that file, and starts the engine in a daemon (or win32 service). One could then write a restctl script (a la apachectl) to start/stop/graceful that daemon.
Change History
01/13/08 19:41:03: Modified by fumanchu
- owner changed from rdelon to fumanchu.
- status changed from new to assigned.
03/29/08 13:30:05: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.
- milestone set to 3.1.
Done in [1930].


This has been started in trunk, by the way, but is by no means finished.