In wor开发者_StackOverflowk we have a set of WCF services which handle thousands upon thousands of transations a day and have decided to use windows NLB and a server farm to handle the Services traffi
We have a computationally intensive service which is used to do a number of transformations. Its largely computationally bound (CPU bound) process. Essentially what happens is we have a message broker
I recently 开发者_如何学运维asked a question here: Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?that outlines the details behind my next question.
We are using redis as a queue for asynchronous processing of jobs. One application pushes jobs to redis (lpush), other application reads the redis queue (blpop) and processes the same. We wanted to sc
Is it possible to split the instance of a dedicated box to serve mySQL on a seperate host. Example: www.site.com - ip 192.1.1.1
I am have a requirement wherein I need to route between two platforms ba开发者_如何学Gosed on the element value of the incoming xml requests.
How does ASP.Net deal with session data in a load balanced environment? Let\'s say a user makes multiple requests while navigating through a couple of pages?
I am coming here after spending considerable time trying to understand how to implement load balancing (distributing database processing load) between postgresql database servers.
I w开发者_如何学JAVAant to make a cluster of Data Services Servers(DSS), and use an Enterprise Service Bus (ESB) as load balancer. In this deployment, what is the purpose of having a manager DSS in th
I\'d like to do something similar to SSL redirection, but slightly different. I have a load balancer configured to listen on port 80 (HTTP) and 443 (HTTPS).