Another possibility is to create a windows or console application and make it run every x minutes by using theWindows Task Scheduler Click Administrative Tools Scheduled Tasks on Windows Servers or machines.
hope this helps,
sivilian
Like Sivilian said, you can use a .Net service to for this.. The service can either monitor CPU usage or maybe even use the Application.Idle event (I'm not sure about the event since it might only work at the application level) to know when the server is not busy. I don't have the code handy, but I've monitored the CPU usage using the System.Diagnostics namespace before.
No comments:
Post a Comment