Added mandatory restart delay.
authorIain Patterson <me@iain.cx>
Thu, 9 Jan 2014 08:53:32 +0000 (08:53 +0000)
committerIain Patterson <me@iain.cx>
Thu, 9 Jan 2014 09:03:58 +0000 (09:03 +0000)
commit7fdd3f6c44421a7c4872ecea56e550c19489c949
treea813563a574d692c3a2cb50a2bad7a5da1b5002d
parent53371f115d94fbbc7e5cb60853b9e4a5d356d4b0
Added mandatory restart delay.

The REG_DWORD AppRestartDelay entry specifies a minimum number of
milliseconds by which we will delay the restart (not the initial start)
of the managed application.  If the application exited soon enough to
trigger throttling, the actual delay will be whichever is longer of
AppRestartDelay and the calculated throttle time.

Thanks Andrew RedzMax.
ChangeLog.txt
README.txt
gui.cpp
messages.mc
nssm.rc
registry.cpp
registry.h
resource.h
service.cpp
service.h
settings.cpp