[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

Load-balancing / routing with WCF

Miracle

4/8/2008 7:03:00 PM

I'm not sure if it is a good place to ask this question since there is
not microsoft.public.dotnet.framework.wcf group.

I just get started on WCF programming. The question I have is how to
do load-balancing / routing with WCF.


Suppose I have 3 application servers running my services. They are exactly
the same. The services are opened to the world thru
WCF. Many client machines access these servers to use the services. I
want to allow the client machine switch to another server
automatically (transparent to the client) when the current server is
down or the currently server is fully loaded.


Any idea how to do that?

Thanks!