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
luislavena f9e5eb791f Default mongrel_service compilation to debug mode (dump log files). Use RELEASE=1 to supress.
New organization plan (TODO).

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@442 19e92222-5c0b-0410-8929-a290d50e31e9
2006-11-27 04:48:37 +00:00

19 lines
635 B
Text

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.