Categories: None [Edit]
winsvc
winsvc runs a Ruby process as a Windows service (SERVICE_WIN32_OWN_PROCESS)
with correct service-control-manager integration: the control handler is
pure C (no Ruby ever runs on an SCM thread), controls arrive on a
Thread::Queue (fiber-scheduler cooperative), SERVICE_STOPPED is reported
exactly once, and checkpoints are only ever honest. The same block runs
unchanged as a console program for development. Includes a minimal
installer (CreateServiceW, delayed auto-start, restart-on-failure recovery)
and a correctly quoted sc.exe command generator. Windows MSVC (mswin) Ruby
only.
Total
Ranking: 194,546 of 195,377
Downloads: 229
Daily
Ranking: 83,041 of 195,357
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 8 | 1,372,888,227 | rake |
| 14 | 1,261,527,762 | minitest |
| 1,470 | 29,384,845 | rake-compiler |
| 191,840 | 455 | vcvars |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | nedpus |