You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Tom Kat <to...@yahoo.com> on 2000/03/29 23:53:16 UTC

Sticky load balancing?

HI all,

Does Tomcat Supports sticky load balancing??

Thanks


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Re: Sticky load balancing?

Posted by Ben Laurie <be...@algroup.co.uk>.
Gal Shachor wrote:
> 
> >
> > Does Tomcat Supports sticky load balancing??
> >
> 
> I do not really know what is "sticky load balancing" but here is what
> the
> Tomcat plugins (mod_jserv and the (isapi|nsapi)_redirector) are doing:
> 
> 1. Round robin the Tomcat processes (unless you are in a session).
> 2. If you are in a session return to where the session began.

That's sticky load balancing :-)

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

Re: Sticky load balancing?

Posted by Gal Shachor <sh...@il.ibm.com>.

> 
> Does Tomcat Supports sticky load balancing??
> 

I do not really know what is "sticky load balancing" but here is what
the 
Tomcat plugins (mod_jserv and the (isapi|nsapi)_redirector) are doing:

1. Round robin the Tomcat processes (unless you are in a session).
2. If you are in a session return to where the session began.

	Gal Shachor