search for: hctrlevent

Displaying 1 result from an estimated 1 matches for "hctrlevent".

Did you mean: ctrevent
2007 Dec 27
0
[ win32utils-Patches-16627 ] Replace inefficient busy wait loop with UDP/IP loopback socket.
...rface which can be used in ruby''s green threads event loop. I believe this is a much cleaner and more efficient mechanism than the WIndows event flag since it allows the ruby thread to block until there''s really a control event from the WIndows service manager. I also include a hCtrlEvent event flag which can be used by ruby win32 services which must wait for control events. This event handle is accessible via the daemon.event_handle method. Note that the hCtrlEvent is not used by the daemon.c logic, it''s merely an event which can be used by the Daemon subclass. --------...