views:

34

answers:

1

What application problems have you seen with a load balanced scenerio? I'm looking to learn from other peoples stories. The story that I learn the most from will win.

A: 

There are a few things to be concerned about depending on your application environment:

  • Is there a session state you need to track across the server farm?
  • How often do you want the load-balanced servers to update their content?
  • Are you going to have each individual session load-balanced or each request load-balanced?

That would be a good place to start. Let me know if you have additional questions.

-Shaun

SCMcDonnell