Closed tonual closed 8 years ago
ScheduledExecutorService created via Executors.newScheduledThreadPool caused extensive cpu hog (>100%). ScheduledExecutorFactoryBean solved the problem.
Great work! Thank you for solving this problem!
ScheduledExecutorService created via Executors.newScheduledThreadPool caused extensive cpu hog (>100%). ScheduledExecutorFactoryBean solved the problem.