I've used both, the thread pool and TPL in different scenarios. Moving forward, it would be helpful to have a better understanding of what each is suited for. Here are two different scenarios to comment against. Which approach would be better?
Download Manager: Each file segment is to be appended to the target file in a particular order.
Document Processing: Multiple documents are processed in parallel but have no inter-dependencies so order is not important.