Tagged Questions
5
votes
3answers
358 views
c# windows service or just normal program? [closed]
Possible Duplicates:
windows service vs scheduled task
Windows Service Vs Simple Program
I'm trying to create a program that runs periodically (say every 5 minutes), or have the program ...
1
vote
2answers
17 views
Name for a function that depends on time passed?
I currently have a function updatePlayerData which has as input a player object and the time that has passed since the last call to the function, and performs actions like energy -= energyDecrease * ...
1
vote
2answers
263 views
Periodic Windows Server Based Processes
I have some custom programs I've written to do various maintenance/monitoring tasks that I run periodically (some every few minutes, some as little as once a day). Is it a better practice to run them ...