Quote Originally Posted by jmcilhinney View Post
The ThreadPool will then manage the number of simultaneous operations and thereby prevent you from bringing the system to a grinding halt.
Can a List(Of Thread) be made to do the same thing ? Whats special about the ThreadPool ? I've never used that before for threading but I've seen it mentioned multiple times around here. I guess what I'm really asking is if ThreadPool threads have some special quality or properties that set them apart.