Posted Oct 9, 2009 19:35 UTC (Fri) by MisterIO (guest, #36192)
[Link]
In theory a thread pool should be an easier tool to manage than threads, because it usually doesn't need all the direct management that a "single-thread-per-task" would require. In the end though, it all depends on the implementation.