On 5/3/11 11:26 AM, Abhishek Chavan wrote:
Hi All,

I am using Apache Mina  in my project where my Program acts as a server and
multiple clients may connect to it at any given point of time using TCP/IP
or UDP. I wish to maintain sessions so that I can send responses back to
client on the same socket. I wish to add a Load Balancer&  a failover
mechanism so that either of my servers can process the request and if one
server is down the other server accepts all incoming requests and responds
to client on same socket. I searched for it and found this link
http://camel.apache.org/loadbalancing-mina-example.html . Is this the
correct way to go or I have to do something else.

I have no idea. MINA is just a NIO framework, you have to deal with failover in your application. MINA won't help you here.


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to