-
Type:
Defect
-
Resolution: Done
-
Priority:
Critical
-
Affects Version/s: 1.0.0-BETA2
-
Component/s: Data Transfer
-
None
This has the potential to spawn a very large number (unbounded) of threads. Too many threads may thrash the scheduler and impact system responsiveness. Currently this is happening about every 30 seconds.
The operations should be changed to utilize a managed thread pool to bound the scope.
The operations should be changed to utilize a managed thread pool to bound the scope.