Click here to Skip to main content
15,887,135 members
Articles / Programming Languages / C#

A Custom Thread Pool Implementation Using C#

Rate me:
Please Sign up or sign in to vote.
2.07/5 (11 votes)
10 Mar 2009CPOL2 min read 69.6K   886   17  
This article describes a custom thread pool implementation using the .NET Framework and C# 3.0.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Technical Lead bwin Interactive Entertainment AG
Austria Austria
The views expressed in my articles are mine and do not necessarily reflect the views of my employer.

if(youWantToContactMe)
{
SendMessage(string.Format("{0}@{1}.com", "liptchinski_vit", "yahoo"));
}

More info in my LinkedIn profile:
http://www.linkedin.com/in/vitaliyliptchinsky

Comments and Discussions