Bugzilla – Bug 5660
Control thread creation
Last modified: 2008-05-06 15:07:52
You need to log in before you can comment on or make changes to this bug.
Currently RFT uses the container workmanager in a way that for each TransferWork a separate thread will be created to work on the task. For better control of the number of active threads in the container RFT should make use of a thread pool with a fixed size.
This change had been committed for RFT in 4.0.7. Using the EDU.oswego.cs.dl.util.concurrent package for this.