Displaying 2 results from an estimated 2 matches for "control_stop".
Did you mean:
control_store
2004 Feb 02
4
Hooks for win32-service
Just trying to come up with hooks for win32-service. It looks like
Perl''s Win32::Daemon defines these:
start....................The service is starting.
pause....................The service is entering a paused state.
continue.................The service is resuming from a paused state.
stop.....................The service is stopping
running..................The service is running
2006 May 22
9
win32/service... still with problems.
Hello list,
In my quest to get Mongrel working as service for win32, found some
problems with win32/service that make it impossible to solve.
Attached is the simplest service script I could do with ruby, which
depends on win32/service.
I found that doing anything complex in service_stop (killing threads,
doing file handling, even sleeping for 0.25 seconds). crash the
service with backtraces (of