Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Effective load balancing with 2 web servers?

  • 02-03-2001 4:07pm
    #1
    Registered Users, Registered Users 2 Posts: 367 ✭✭


    I'm looking for an effective means of carrying a session on a set of load balanced web servers which have (more or less) identical content. I'm using a hardware based load balancer in a round-robin configuration to split out the load.
    The problem occurs when you click on any link on the site; you are routed back thru to the virtual IP and then onto the other server in the load balanced set.

    I imagine that there is a way of doing this based on session IDs generated by IIS or some sort ASP manipulation.

    I'm working in an infrastrucure capacity but I need to come up with a solution which would in turn be manipulated by a developer.

    Any info appreciated

    Fing


Comments

  • Registered Users, Registered Users 2 Posts: 3,316 ✭✭✭ButcherOfNog


    if its a win2k cluster, then application center can do this for you using client affinity.


  • Registered Users, Registered Users 2 Posts: 367 ✭✭Finglas Incubus


    Cheers Butch, but Win2K load balancing (WLBS) cannot seem to handle more than one load balanced virtual IP per cluster set. (I need to have the facility to LB more than one set of IPs per cluster).

    Fing


Advertisement