Click here to Skip to main content
15,895,799 members
Articles / Programming Languages / C# 4.0

Speed Up Blocking Functions with PLINQ

Rate me:
Please Sign up or sign in to vote.
4.93/5 (13 votes)
7 Aug 2017CPOL5 min read 21.6K   16  
In this article, I want to cover a particular problem I have had many times over the years. How do you speed up multithreaded apps that are bound by blocking functions, or long running I/O operations?

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I hold a PhD in computer science, and have been a practicing developer since the early 90's.

I used to be the owner for VistaDB, but sold the product to another company in August 2010.

I have recently moved to Redmond and now work for Microsoft. Any posts or articles are purely my own opinions, and not the opinions of my employer.

Comments and Discussions