Results 1 to 4 of 4

Thread: MS Cluster - make custom applications clusteraware

  1. #1
    Join Date
    Jun 2006
    Posts
    2

    MS Cluster - make custom applications clusteraware

    I have an Application running as a default website under IIS6.0 in App Server1

    The DB of corresponding application is in MS SQL Server 2005 in DB Server1

    The above setup works fine as is.

    The client has decided to implement MS clustering.
    According to MS Website IIS6.0 and SQL server 2005 are cluster aware

    does that mean, my application can failover automatically without any configuration.

    or do I have to configure something in the MS cluster settings.

    Please help

    Regds

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    In your case, I'll use load balancing for IIS and clustering for sql. Not much change in your app.

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    To make the application fail over automatically you need to have a mechanism in your code to retry if a connection fails, you have to decide how many times and how frequently to retry before giving it up.

    IIS and SQL are cluster aware, that means they fail over from one node to another in case a node fails.

  4. #4
    Join Date
    Jun 2006
    Posts
    2
    thanks rmiao and skhanal.

    the app is made of webservices [.NET components] running under IIS.
    The client is a rich GUI that resides in user computer.
    The WS make data requests and does the processing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •