-
Feature Request
-
Resolution: Done
-
Major
-
2.3 SP1, 2.4
-
None
-
Medium
Current, TimeScheduler is single threaded; long running tasks delay the execution of other tasks. Introduce a thread pool and let the user configure it: e.g. single-threaded, max of 5 threads etc
Use ScheduledExecutorService (e.g. ScheduledThreadPoolService) in JDK 5.