hii,
i am developing a client server application in C#..
In this multiple clients can connect 2 server. I am using a set of 4 servers so that the fault tolerance can be increased in case a server is down..its load can be shared by another server i.e. i am developing a distributed application.
now i want to know how these client requests can be distributed across the set of servers.
i mean suppose i want server should handle 25 clients at max...
if 26th client tries 2 connect to it it should redirect the clients to the another server whch is available...and if all servers are busy then display a message all servers busy..
so can u give me the code as to how load balancing can be done among multiple servers.
any help would be appreciated.thanks in advance
ankita luniya