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 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. 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
Archived
This topic is now archived and is closed to further replies.