Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
1.0.15
-
None
-
None
Description
It is not possible to show accurately the different states of a service.
A service has the states: starting, started, stopping , stopped
An example for the starting/started phase:
I can tell procrun which start method to use, maybe start().
Procrun starts my start() method and as written in the documentation the start method does not return until service has stopped.
Procrun does not know if my service has finished the starting period
it tells windows my service has started but it is still starting.
A second service which depends on the started service beliefs the service is already working now.
Attachments
Issue Links
- duplicates
-
DAEMON-258 prunsrv to block until start method returns
- Resolved