Link to home
Start Free TrialLog in
Avatar of kevin_buchanan
kevin_buchananFlag for United States of America

asked on

Webserver NLB vs Clustering in Windows 2008

Can someone help with this?  

I have a webserver and the some of the apps hosts on this server use session variables.  Will NLB work if we are using session variables in the web apps?  I've read that the "stickiness" with native Windows NLB isn't very good and I should rely on a hardware load balancing switch instead.

I know I can use clustering, but that is a bit more expensive, and I would rather not have to deal with the complexities of clustering, if I can avoid it.  Plus, there is the issue of licensing for Windows Enterprise.

Thanks!
Avatar of Brian
Brian
Flag of United States of America image

Hi Kevin,

I'm by know means an expert when it comes to development but depending on how your application is written it may work.  Take a look at the following blog that refers to ASP.NET sesssion state modes.  http://blogs.msdn.com/paraga/archive/2005/12/10/502345.aspx

Brian
ASKER CERTIFIED SOLUTION
Avatar of alreadyinuse
alreadyinuse
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kevin_buchanan

ASKER

ok - so, no one has really answered my question.  I've read that the "stickiness" with native Windows NLB isn't very good and I should rely on a hardware load balancing switch instead of Windows OS NLB.

We are using single affinity, and I am runinng a smaller application in production to test to see how well NLB does (or doesnt) work with session affinity.