Brad Wood wrote: > What's frustrating to me about this stuff is everyone around my company > wants to ditch the hardware load balancers. Basically we have had > ongoing load distribution problems which I blame on two main things: > 1) Using sticky connections on an internal app with too few users to > "average out" over time > 2) Poorly implemented load balancer configuration that doesn't make use > of any app-aware features. Basically pure RR.
How much of this can you prove? EG, can you get a list of requests from your IIS logs, see to which instance they go (you aren't clustered in production yet, are you?) and how long they take? You might be able to see some pattern in the data if you split it based on for instance the user that did the request, the template they requested etc. And if you don't see a pattern, how should the LB see the pattern? Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273885 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

