.net load balancing for server
- by user1439111
Some time ago I wrote server software which is currently running at it's max. (3k users average). So I decided to rewrite certain parts so I can run the software at another server to balance it's load.
I can't simply start another instance of the server since there is some data which has to be available to all users. So I was thinking of creating…