mslosarz / nextrtc-signaling-server

NextRTC is simple WebRTC signaling server written in java. It provides signal exchange and easy to integrate API
http://nextrtc.org
MIT License
187 stars 60 forks source link

cpu hog fixed #4

Closed tonual closed 8 years ago

tonual commented 8 years ago

ScheduledExecutorService created via Executors.newScheduledThreadPool caused extensive cpu hog (>100%). ScheduledExecutorFactoryBean solved the problem.

mslosarz commented 8 years ago

Great work! Thank you for solving this problem!