Hi,
I'm looking for a good library, preferably in C#, which I can use in a windows service and it will handle all the multithreading functionality needed.
The service will run every x minutes, check a database for processes to call, and for each of them spawn a thread and run it.
Each thread should handle exceptions, logging and such.
Any suggestions?
Thanks.