Appreciating the System ThreadPool
2006-04-23
2006-04-23
| Table of Contents: |
| Rate This Article: | Add This Article To: |
Appreciating the System ThreadPool
( Page 1 of 4 )
Setting up and tearing down a thread is cheaper than setting up and tearing down a process, but neither is free. The ThreadPool is ideal when you want to run some code asynchronously, and you don't need any special control over the thread, be
( Page 1 of 4 )
Setting up and tearing down a thread is cheaper than setting up and tearing down a process, but neither is free. The ThreadPool is ideal when you want to run some code asynchronously, and you don't need any special control over the thread, be
![]() |
|


