Deploying a Clustered custom NT Service

Hi,
I'm developing a multithreaded TCP NT Service using .NET 2.0 which will handle connections from many enterprise applications.

To avoid creating a single-point-of-failure, how can I install it on a clustered configuration alike App Center does

Thanks for any help !



Answer this question

Deploying a Clustered custom NT Service

  • Jiajia

    I had asked this question earlier in this forum - and I learnt that the same can be done if we have a Windows cluster ( not a load balancer) Or using "grid computing" products and APIs ( using them as nothing more than a glorified scheduler ) - if there is no cluster.

    I would definitely be interested in learning more ways to do the same.

    In my current application - I prefer to keep clustered windows jobs as MS SQL Server jobs (or atleast trigger from there ) as we have a SQL server cluster.

    Pranshu Jain



  • TFCNE

    I just answered a similar question (well, on the topic), you might find the response useful!
    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=658081&SiteID=1


  • Deploying a Clustered custom NT Service