You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Kumaran Arul <AK...@woolworths.com.au> on 2007/10/17 09:58:48 UTC

MINA server behind a load balancer

Hi

If you have 2 MINA servers behind a load balancer, is it possible to have keep-alive connections? 

Would the load balancer e.g. Alteon  load balancer) maintain the existing connection or create new connections  for every messag(s) 


Has anyone got experience with this

Arul Kumaran
Senior Java/J2EE  developer/designer
Woolworths Limited

P 02 8885 7528 
E akumaran@woolworths.com.au

1 Woolworths Way Bella Vista, NSW 2153
PO Box 8000 Baulkham Hills, NSW 2153
P PLEASE CONSIDER THE ENVIRONMENT BEFORE YOU PRINT THIS E-MAIL


***********************************************************
CAUTION: This email and files included in its transmission 
are solely intended for the use of the addressee(s) and may 
contain information that is confidential and privileged. 
If you receive this email in error, please advise us 
immediately and delete it without copying the contents 
contained within. Woolworths Limited (including its group 
of companies) do not accept liability for the views 
expressed within or the consequences of any computer 
viruses that may be transmitted with this email. The 
contents are also subject to copyright. No part of it 
should be reproduced, adapted or transmitted without the 
written consent of the copyright owner.
***********************************************************

Re: MINA server behind a load balancer

Posted by Mike Heath <mh...@apache.org>.
Kumaran Arul wrote:
> Hi
> 
> If you have 2 MINA servers behind a load balancer, is it possible to
> have keep-alive connections?
> 
> Would the load balancer e.g. Alteon  load balancer) maintain the
> existing connection or create new connections  for every messag(s)

MINA can support this without a problem.  The problem really lies with 
the protocol implementation that is running on top of MINA.

Are you using an HTTP server built on top of MINA?  If so does that HTTP 
support keep-alive requests?

-Mike