Tasks #655
Add a TaskExecutor implementation for many delayed tasks
Status: | New | Start date: | 10/19/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Threading | |||
Target version: | - |
Description
The current ThreadedTaskExecutor immediately starts a thread for each task. This naive approach may exceed the thread limit very fast, especially if the majority of tasks is scheduled for future execution using the new method introduced with #652. Hence, we need a special task executor which is better suited for this kind of scheduling.
History
#1 Updated by J. Wienke over 6 years ago
- Assignee deleted (
J. Wienke)