Just wondering, is there any Multithreading framework out there?
Currently I am developing a WinForm application using Microsoft Enterprise Library framework. In this application I want to add threading functionality when running processes, so I can offload processes that I want to a separate thread. Moreover, I need to be able to monitor all the threads that I have created and their progress status.
So... is there any framework/pattern/best practices just to manage threads out there?
Thanks a heap.