IntroductionThreadPool is a utility component that provides the user with ability to pool threads. The toolkit also provides easy mechanisms for users to customize the thread environment before and after it executes the work on the pooled threads. Multi-Container supportThreadPool implementations are designed to support deployment in different containers or frameworks, while honouring the same API. Avalon FrameworkAvalon Framework supports type-1 Inversion of Control (IoC). AvalonCommonsThreadPool provides an implementation of the ThreadPool interface which is Avalon-compatible. DNA FrameworkDNA Framework supports type-1 Inversion of Control (IoC). DNACommonsThreadPool provides an implementation of the ThreadPool interface which is DNA-compatible. Pico ContainerPico Container supports type-3 IoC. PicoConnectionManager provides an implementation of the ThreadPool interface which is . |