The real-time maximum threads used object is a real-time
snapshot metric indicating the peak number of threads in the
pool that are simultaneously tasked with work to process. 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.