Hi There, i've built a DCOM application and need to put it onto a clustered server - Does anyone know if DCOM is cluster aware? I cant find any specific info on this so any info greatly appreciated!
You might investigate MTS and COM+. MTS, COM and DCOM are sort of all pulled together into COM+. This paper might be of some use, in particular the parts on load balancing and cluster management.
Thats a really good article and has given me some good leads to see if i can implement the com+ cluster load balancing techniques - hopefully should get this sorted soon.
Good luck. My feeling is that it isn't DCOM exactly that has to do with cluster awareness; DCOM is a spec for instantiating COM components from a server node other than one's own. MTS seems to be more likely to handle this, since it handles things like connection pooling and load balancing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.