Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing Cluster Resource DLL?

Status
Not open for further replies.

kruda

Technical User
Jun 4, 2008
2
AT
Hello!

To make our software cluster aware (MSCS) we have to write our own cluster resource dll. all i found so far is written with C++, cluster API, Resource API.

Is it possible to write the dll in c# so thats not necessary to wrap the c++ dll?

Where could i get more information about this?

Regards
Kruda
 
It *may* be possible to write a resource dll in C#, but I'm thinking that because you want high availability (the point of clustering!) you'd probably want to reduce the complexity of any code that you write -- meaning reduce the number of external dependencies.

So I would recommend writing it in C++. From what I recall (it's been a while) a resource dll isn't that hard to write.

Chip H.


____________________________________________________________________
www.chipholland.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top