Results 1 to 5 of 5

Thread: Load balancing

Hybrid View

  1. #1
    Administrator
    Join Date
    Jul 2006
    Location
    Milan, Italy
    Posts
    521
    Kal,

    I think that means you have two "classes of service" and each user session connects to one of the two classes. That's why you initially partitioned the system into two separate subsystems. Each client would connect to one LS Server or to the other based on the client application running. Did I get it right?

    By introducing fail-over, you had to mount both the data sources on both the LS Server instances, resulting in each machine handling all the data sources.

    The simplest solution to avoid that would be to attach again both the LS Servers to both the data sources, but having clients of class "A" connecting only to the LS Server "A", and clients of class "B" connecting only to the LS Server "B". Only if one node breaks, all the clients (A and B) should connect to the other node. This means that a physical node should have to handle all the traffic only in case of emergency.

    To achieve that, you should configure your load balancer as in option A.1 (see Clustering.pdf) as a starting point. Then you should add two more VIPs, say pusha.mycompany.com and pushb.mycompany.com. The load balancing algorithm should be configured like this: requests for pusha.mycompany.com should always go to LS Server 1, unless LS Server 1 is down; requests for pushb.mycompany.com should always go to LS Server 2, unless LS Server 2 is down. How to do that is very dependent on the load balancing appliance.

    Hope that helps.

  2. #2
    Member
    Join Date
    Sep 2007
    Location
    Chicago
    Posts
    20
    Thanks Alessandro!

    That is what we are thinking too. i.e. adding more clusters for different data stores and directing clients to different clusters depending on the user type.

    -Kal

 

 

Similar Threads

  1. LS load balancing Option 1.A.2 questions?
    By dimitarn in forum General
    Replies: 1
    Last Post: March 29th, 2010, 06:28 PM
  2. Load balancing and .NET client
    By novichenok in forum General
    Replies: 1
    Last Post: August 21st, 2008, 10:34 AM
  3. Replies: 5
    Last Post: July 17th, 2008, 10:01 AM
  4. CPU Load 100%
    By codingvn in forum Adapter SDKs
    Replies: 4
    Last Post: June 17th, 2008, 09:46 AM
  5. Network Load Balancing
    By riaanj in forum General
    Replies: 7
    Last Post: May 30th, 2007, 01:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 04:52 AM.