Changeset 403
- Timestamp:
- 11/20/06 17:06:19 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/win32-native_service/projects/mongrel_service/CHANGELOG
r373 r403 1 1 *SVN* 2 * Single Service (SingleMongrel) object type implemented. 3 * Updated Rakefile to reflect the new building steps. 4 * Removed SendSignal, too hackish for my taste, replaced with complete FB solution. 5 branches/win32-native_service/projects/mongrel_service/README
r176 r403 6 6 service::install 7 7 service::remove 8 service::start 9 service::stop 10 service::status 8 service::update 11 9 12 10 = Author: branches/win32-native_service/projects/mongrel_service/TODO
r373 r403 1 1 = mongrel_service (native) TODO List 2 2 3 * Port code from ServiceFB samples to the repository4 * Implement single service code5 * Check SendSignal.cpp and provide a simplified API to mongrel_service6 * Adjust Rakefile to compile ServiceFB library and native binaries3 * Add more documentation about services 4 * Build win32/service extension inside the gem and ship with it. 5 (instead of relying in the non-official 0.5.0 one). 6 * Sanitize SingleMongrel and document the functions 7 7
