Inhouse Developed Windows Services and Clustering

G

Guest

Is it true that any Windows Service developed using .Net Technology is s
Cluster-Aware service, or i have to include specific clustering object
reference in the code.

Thanks in advance.
 
N

Nicholas Paldino [.NET/C# MVP]

Batayneh,

There is nothing in the ServiceBase class that indicates that is is
cluster-aware. It is just a service. If you want something that is
cluster-aware, then you need to program it yourself.

Hope this helps.
 
W

Willy Denoyette [MVP]

Any well behaved "windows service" can be configured used as a generic
service cluster object (failover object), just as any win32 application can
be used as a "generic" cluster application object

Willy.

| Is it true that any Windows Service developed using .Net Technology is s
| Cluster-Aware service, or i have to include specific clustering object
| reference in the code.
|
| Thanks in advance.
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top