How to perform multithreaded ASP.NET WebClient Requests in a WCF Service in Parallel
Posted by: EggHeadCafe.com New Articles,
on 20 Nov 2011 |
View original | Bookmarked: 0 time(s)
A demo that has two separate services - one that does parallel requests via the Threadpool (the "old" way) using a ManualResetEvent to block until completion, and the second, using the TaskFactory class from .NET 4.0. read more
By Peter Bromberg