Feature #349
Add a dedicated timer task to reduce the number of threads.
| Status : | New | Start : | 08/06/2010 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | derek clayton | % Done : | 0% |
|
| Category : | Tasks | |||
| Target version : | Future | |||
Description
For tasks that are periodically repeatable add a mechanism so they are all controlled by the same executor. These types of tasks often have longer intervals (eg. 30 seconds, 5 minutes) and consume threads (in wait()) when they should be hooked into a single timing thread which only kicks off the thread at execution time.
History
Also available in: Atom