Click here to Skip to main content
15,896,153 members
Articles / Programming Languages / C#

A Thread Pool for the Producers/Consumers Process

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
27 Jan 2013CPOL2 min read 11.7K   198   6  
This tip is connected to my previous one. I show how to use .NET 4.0 BlockingCollection in a simple way.
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Team Leader Mediatech Solutions
Italy Italy
I’m an IT Project Manager for an Italian Betting Company and over the last 2 years I acquired experience in Betting area.
I have developed code in different object oriented languages (C#, C++, Java) for more than 10 years using a set of technology such as .Net, J2EE, multithreading, etc…

Comments and Discussions