Tagged Questions
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 ...
0
votes
4answers
45 views
How to send periodically data from client to server
A part of my program needs to simulate a GPS. So I am setting up a client-server connection. Where on server my main application would run and on client it would send the GPS string periodically after ...