Main Server; Sub Server 1; Sub Server 2.

Client(s) connects to the Main Server, the Main Server checks wich one of the Sub Servers that got less clients, and then sends the client(s) to that Sub Server.

With other words, Redirecting the clients. Without them knowing it.

Is this possible? I know it is if Im going to create a client aswell (make the client redirect the connection), but the client already exist for another protocol.

Winsock - VB6.