Isn't that what all these boxes are? Just some of them are not standard PC's are using customized versions of Linux...
It looks like it's really easy to set things up with Apache 2.2... From docs: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html ProxyPass /special-area http://special.example.com/ smax=5 max=10 ProxyPass / balancer://mycluster stickysession=jsessionid nofailover=On <Proxy balancer://mycluster> BalancerMember http://1.2.3.4:8009 BalancerMember http://1.2.3.5:8009 smax=10 # Less powerful server, don't send as many requests there BalancerMember http://1.2.3.6:8009 smax=1 loadfactor=20 </Proxy> So looks like it support sticky sessions, and different load methods... And the bonus is if you don't feel like setting up a linux server, you can just install Apache on windows (you can even do it in VMWare, and my guess is you're not even going to notice it, as it won't produce any load). I haven't tried it myself yet, we use a shared LB at HostMySite, but I'd be interested to know if anyone's set this up. Russ > -----Original Message----- > From: Eric Haskins [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 04, 2007 7:58 PM > To: CF-Talk > Subject: Re: Hardware load balancers (lower-end) > > Radware!!! :) but $$$ > > Russ is onto something there with LVS. All a radware is, is a PC running > their version of linux > > > Eric > > > On 4/4/07, Jacob <[EMAIL PROTECTED]> wrote: > > > > I have used both Radware WSD and Cisco Content Services Switch. > > > > Both worked fine for me. Not *cheap* though. > > > > -----Original Message----- > > From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April 04, 2007 6:58 AM > > To: CF-Talk > > Subject: Hardware load balancers (lower-end) > > > > Folks, > > > > I'd like to know what you're using for lower-end *hardware* load > > balancing for your ColdFusion apps. I've got an application to deal > > with that doesn't have a lot of network bandwidth but does have a lot > > of processor load, so I don't need a paired set of BIGIPs to manage it > > :) > > > > I'd prefer a packaged hardware solution that supports sticky sessions > > -- the app was not really designed for clustering. Something like an > > old Cisco LocalDirector off ebay is probably about the right speed! > > > > Details: CFMX7 *Standard*, servers are Windows 2003, Web edition. > > Using java sessions. Currently using Sonicwall and Cisco in the > > network infrastructure. > > > > Thoughts/recommendations? > > > > -- > > John Paul Ashenfelter > > CTO/Transitionpoint > > (blog) http://www.ashenfelter.com > > (email) [EMAIL PROTECTED] > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274549 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

