Transitioning to asynchronous programming model
- by Simone
our team is mantaining and developing a .NET web service written in C#. We have stress tested the web service's farm and we have evidence that the actual architecture doesn't scale well, as the number of request are constantly increasing.
We analyzed Martin Fowler's conclusion in this article, and our team feels that migrating to an asynchronous…