On Thu, Nov 11, 2010 at 3:22 PM, Mark Thomas <ma...@apache.org> wrote: > On 11/11/2010 14:12, Christopher Schultz wrote: >> All, >> >> I'm looking for a modest load balancer to perform SSL termination and >> work well with Tomcat's cookie- and URL-based sticky session mechanism. >> >> Does anyone have any recommendations? > > Decent H/W usually cost $$$
On a side note, the HW LBs usually come in pairs at prices starting at 40K for a cheap pair. However, two 'cheap' machines, either real or vm, with keepalived will do the job in your case. For HW loadbalancers url-based sticky session is much mor expensive as cookie or ip based. For SSL termination not only amount of hits, but also number of parallel sessions is important, cheaper models will handle no more than 500 concurrent ssl sessions (protocol level session, not http session). > >> If Apache httpd is just as good for an environment that gets thousands >> of hits per day, not millions, then I'm happy to run using that as well, >> though maintaining a whole Linux machine just for httpd load-balancing >> seems like more trouble than it's worth. > > For that few hits, you might get away with just a VM. And its definitely the cheaper version :-) On a side, side, side note, why don't you just rent it all? Usually a hosting provider can provide you ports on his LB/FW for a small amount of money per month. regards Leon > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org