thexiscoming
New member
- Joined
- Apr 24, 2016
- Messages
- 3
- Programming Experience
- 1-3
I want to make a c# application that for example pings a server.
I have a list of 200+ servers. 10 servers I want to ping every 5 seconds, 50 servers I want to ping every 30seconds and the remaining every 1 minute. All data will be stored in a database. How would I go about in seperating these 3 groups to ping every x amount of seconds and storing them in the DB. Also note that I wanto to change them around from time to time, ie. that only 1 server i need to ping every 2 seconds, etc, so this whole program needs to be dynamic for future change.
I hope I am making sense
Thanks,
I have a list of 200+ servers. 10 servers I want to ping every 5 seconds, 50 servers I want to ping every 30seconds and the remaining every 1 minute. All data will be stored in a database. How would I go about in seperating these 3 groups to ping every x amount of seconds and storing them in the DB. Also note that I wanto to change them around from time to time, ie. that only 1 server i need to ping every 2 seconds, etc, so this whole program needs to be dynamic for future change.
I hope I am making sense
Thanks,