Help regarding C# thread pool

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-04-18T05:23:51Z Indexed on 2010/04/18 5:33 UTC
Read the original article Hit count: 437

Filed under:
|
|
|

I have a method that gets called quite often, with text coming in as a parameter..

I'm looking at creating a thread pool that checks the line of text, and performs actions based on that..

Can someone help me out with the basics behind creating the thread pool and firing off new threads please? This is so damn confusing..

© Stack Overflow or respective owner

Related posts about c#

Related posts about thread-pool