I have a problem that TaskManager *almost* solves for me. I want to be able create tasks and have them pulled from a queue and executed (with status, etc.) just like TaskManager does, except that I want tasks that can't be dispatched to a thread to be queued and run when possible. The current TaskManager appears to throw an exception once all threads from the pool are in use.
Jon





