

InterviewSolution
Saved Bookmarks
1. |
Solve : How control Windows services dependency? |
Answer» <html><body><p>I have some system <a href="https://interviewquestions.tuteehub.com/tag/services-248961" style="font-weight:bold;" target="_blank" title="Click to know more about SERVICES">SERVICES</a> that depends upon other services to startup before it should <a href="https://interviewquestions.tuteehub.com/tag/start-239994" style="font-weight:bold;" target="_blank" title="Click to know more about START">START</a>, how do I go about controlling it, if at all possible?<br/><br/>For example:<br/>app_service1 must be started before the following can be started<br/>monitor_service1 must start after app_service1 has started<br/>monitor_service2 must start after monitor_service1 started<br/><br/>is there a <a href="https://interviewquestions.tuteehub.com/tag/way-246442" style="font-weight:bold;" target="_blank" title="Click to know more about WAY">WAY</a> to <a href="https://interviewquestions.tuteehub.com/tag/tell-1240910" style="font-weight:bold;" target="_blank" title="Click to know more about TELL">TELL</a> it to <a href="https://interviewquestions.tuteehub.com/tag/wait-1448592" style="font-weight:bold;" target="_blank" title="Click to know more about WAIT">WAIT</a> like in UNIX runtime levels?<a href="https://support.microsoft.com/kb/q193888/">http://support.microsoft.com/kb/q193888/</a></p></body></html> | |