Click here to Skip to main content
15,892,059 members
Articles / Programming Languages / C#

How to Implement Load Balancing to Distribute Workload

Rate me:
Please Sign up or sign in to vote.
4.86/5 (16 votes)
22 Jan 2012CPOL2 min read 169.8K   3.7K   51  
Simple example showing how to implement the load balancing if you need to increase the performance by distributing the workload across multiple services.

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available No 20-Mar-14 7:23 Available Ondrej_Uzovic
Updates in content. Changes: 29
1 No 22-Jan-12 10:14 Composing

License

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


Written By
Architect
Slovakia Slovakia
My programming path started in 1987 when I got my first computer Sharp MZ-800.
It came with 8 bit CPU Z80, 64Kb RAM and the tape recorder. It was a great machine. I think I still have it somewhere.
I was fascinated and I started to write first programs. Eventually I became developer and software architect. I like innovations and clean nice solutions.

Comments and Discussions