↧
Poor man's Load Balancing
Take a look at the Intermediary Router sample at http://msdn2.microsoft.com/en-us/library/ms751497.aspx This is a service that does not process messages but sends them on, unhandled, to other...
View ArticlePoor man's Load Balancing
Hi Michel, The simplest solution is just to bake that logic into the client proxy that is generated from SvcUtil.exe, so that you use the exact same client-side OM as before, but you use the "smart...
View ArticlePoor man's Load Balancing
Hey all, I'm currently working on a project where we develop both the WCF services and consumers. In production, these will each run in multiple instances. I'm looking for a very simple software load...
View Article