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
luislavena 125626f140 Added basic process monitoring and re-spawning for services.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@451 19e92222-5c0b-0410-8929-a290d50e31e9
2006-11-30 16:23:53 +00:00
..
lib/mongrel_service Merged in from Luis' branch that creates the new fancy win32 service for Mongrel. 2006-11-25 01:10:57 +00:00
native Added basic process monitoring and re-spawning for services. 2006-11-30 16:23:53 +00:00
resources First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00
tools Merged in from Luis' branch that creates the new fancy win32 service for Mongrel. 2006-11-25 01:10:57 +00:00
CHANGELOG Added basic process monitoring and re-spawning for services. 2006-11-30 16:23:53 +00:00
COPYING First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00
LICENSE First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00
Rakefile Small adjustments to Rakefiles (:clean, :compile, :test) for all. 2006-11-27 16:43:35 +00:00
README Merged in from Luis' branch that creates the new fancy win32 service for Mongrel. 2006-11-25 01:10:57 +00:00
TODO Default mongrel_service compilation to debug mode (dump log files). Use RELEASE=1 to supress. 2006-11-27 04:48:37 +00:00

== Mongrel Native Win32 Service Plugin

This plugin offer native win32 services for rails. This replace mongrel_rails_service.
It will work like before, with this this syntax when calling mongrel_rails:

service::install
service::remove
service::update

= Author:
  Luis Lavena