Apache Incubator

Thread Handling

The Sling Threads module provides the concept of thread pools to manage per application thread pools.
A thread pool manages a set of threads.

The module is based on the JDK 1.5 thread factory.

TBD