1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/projects/mongrel_service/TODO

20 lines
635 B
Text
Raw Normal View History

Legend:
[ ] not done
[X] done
[+] in progess
### General
[ ] Add more documentation about services and requirements
[ ] Add process monitoring.
### Dependencies
[+] Remove win32/service extension dependency (instead of relying in the non-official 0.5.0 one).
[ ] Add service management (from ServiceFB) to install and remove services.
### SingleMongrel
[+] Sanitize SingleMongrel and document the functions.
### ClusterMongrel
[ ] Parse mongrel_cluster configuration file (yaml) looking for port information
[ ] Reimplent SingleMongrel for ClusterMongrel, splitting source files for better organization.