Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
1195
|
Version |
tigase-server-5.2.0
|
Issue Votes (0)
Watchers (0)
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
1195
|
Version |
tigase-server-5.2.0
|
Timer class uses only one thread to process all queued timer task, which may be bottleneck in some cases.
Replacing Timer class with implementation of ScheduledExecutorService will allow to associate more than one thread to process TimerTasks.