What's the difference between using the thread pool and a normal thread?
Posted
by Maslow
on Stack Overflow
See other posts from Stack Overflow
or by Maslow
Published on 2009-06-29T14:09:13Z
Indexed on
2010/03/16
14:16 UTC
Read the original article
Hit count: 295
.NET
|multithreading
I Was reading random questions and answers here on SO and came across this question:
C#, IAsyncResult and the thread pool
The question is asked is X method using the thread pool or using normal threads.
What's the difference between using the thread pool and a normal thread?
© Stack Overflow or respective owner