How to write a round robin algorithm for scheduling load?

Posted by Rob Ferno on Stack Overflow See other posts from Stack Overflow or by Rob Ferno
Published on 2010-04-21T15:59:18Z Indexed on 2010/04/21 16:03 UTC
Read the original article Hit count: 437

Filed under:
|

I need to write a round robin algorithm to schedule load to n endpoints?

So if I have servers A, B and C

I wanted to make sure to round-robin through them for each request I get. How do I do this in C#?

© Stack Overflow or respective owner

Related posts about round-robin

Related posts about c#