An interesting article when it comes to testing concurrency errors, especially with parallel programming.
[ Continue Reading... ]Tags: performance
Introduction We’ve started to research how best to scale our WCF service, especially in the event of middleware failure that causes latency typical of IO activity. The problem that was initially found was that when an IIS hosted WCF service gets a request, the IIS worker thread handles the request and sends the work over …
[ Continue Reading... ]