The real-time core threads object is a real-time snapshot
metric indicating the number of threads in the pool that will
never be destroyed no matter how long they remain idle. 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.