cleary1981 Posted January 12, 2009 Share Posted January 12, 2009 hi, I have a service running on my machine that is feeding realtime data into my db. I then have a php script that reads this data and displays it on screen. The problem I am having is that the service, for some unknown reason starts throwing up errors and I need to restart the service. What I want to do is have my php script monitor the data and restart the service if needed. Can php be used to issue comands to services? Some example script would be great. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/140508-restarting-a-service-using-php/ Share on other sites More sharing options...
premiso Posted January 12, 2009 Share Posted January 12, 2009 Your better off using a CRON job or Scheduled task for this. PHP is not meant to do this type of stuff. Quote Link to comment https://forums.phpfreaks.com/topic/140508-restarting-a-service-using-php/#findComment-735272 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.