This bean suite can be used in any application where one or more time-consuming tasks need to be performed on different threads. The beans handle the issue of thread safety for resources that might not be thread-safe. They also facilitate debugging by allowing a trace to be printed for each thread. |