Windows Services -- High availability scenarios and design approach

Posted by Vadi on Stack Overflow See other posts from Stack Overflow or by Vadi
Published on 2010-04-07T12:14:57Z Indexed on 2010/04/30 11:37 UTC
Read the original article Hit count: 215

Let's say I have a standalone windows service running in a windows server machine. How to make sure it is highly available?

1). What are all the design level guidelines that you can propose?

2). How to make it highly available like primary/secondary, eg., the clustering solutions currently available in the market

3). How to deal with cross-cutting concerns in case any fail-over scenarios

If any other you can think of please add it here ..

Note: The question is only related to windows and windows services, please try to obey this rule :)

© Stack Overflow or respective owner

Related posts about high-availability

Related posts about windows-services