fossable / sandpolis

Ultimate virtual estate monitoring and management!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert IdleLoop to Executor model

cilki opened this issue · comments

IdleLoop should use an ExecutorService rather than its own Thread.

WorkloadEstimator should also be removed because it's not very useful. TODO: find a better way to determine idle periods.