The real-time idle threads object is a real-time snapshot
metric indicating the number of idle threads in the pool waiting
for work. The thread pool is a cache of threads used (by application
components only) for the processing of relatively short tasks.
Using a thread pool eliminates the waste of resources
encountered when rapidly creating and destroying threads for
these types of tasks.