Click here to Skip to main content
15,884,425 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Requirement: We have multiple databases located at different sites in the world. We need to fetch data from these databases (an SP is triggered to fetch values from tables) and dump to our local database table. The core point is that we will initially start polling 5 DBs and later may poll more DBs. The polling algorithm should be good enough to to schedule the task of polling each DB and should also schedule appropriately when there are more and more DB for polling. Kindly suggest us a good way of how this can be implemented and any example would suffice. The coding is in C#
Posted
Updated 16-Oct-13 20:51pm
v3
Comments
Sergey Alexandrovich Kryukov 17-Oct-13 0:50am    
You cannot be possible "new to this scheduling" and aware of any other kinds of scheduling, because this one is the most basic... :-)
The example would not help much as we don't know enough about what you are doing. It's much easier to read about it.
—SA
kumarsvs 17-Oct-13 3:39am    
Are there any examples for the scenrio that can be viewed as example

1 solution

As I say, writing an example (how do we know in which language? :-)) would be pretty useless. Better start from here:
http://en.wikipedia.org/wiki/Round-robin_scheduling[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900