tags:

views:

75

answers:

1

As a kind of follow on to this question, what specific services are available for .NET that allow clustering in .NET similar to what is available in (Session) EJBs. The answer to the other question focused on the remote method invocation and transaction management of EJBs, but what about clustering for fail over and scalability purposes?

+1  A: 

See the WCF best practices, they outline how to get started with WCF load balancing.

stevedbrown