Hi Willy, Thank you very much for your reply. Your assumption is correct . I am using TCP. The load-balancer and all other servers are Java socket servers. From your mail I got the idea that if I could pass the client's file descriptor to the desired server and establish connection between the client and the new server , it might be possible to disconnect the load balancer from client. I will do some more research on it. And if you have any idea about how I can pass the file descriptor between different servers and establish connection between the new server and the client , will be helpful.
Regards, Mahbub

