G
Guest
I have to run a scheduled task once a year. Should I build a Windows
Service to do this? So basically the service would always be running and a
timer would poll every minute to determine to execute the task?
I'm looking for the best practices approach.
My application is a distributed C# WinForms application using Remoting. The
schedule task would only run on the Application Server. It would call a
method within the business logic.
Thanks,
Jake
Service to do this? So basically the service would always be running and a
timer would poll every minute to determine to execute the task?
I'm looking for the best practices approach.
My application is a distributed C# WinForms application using Remoting. The
schedule task would only run on the Application Server. It would call a
method within the business logic.
Thanks,
Jake