Closed zhedar closed 8 years ago
Replaced busy wait by a blocking queue access in UploadTask, therefore removing frequent Task creation and CPU activity.
UploadTask
Task
Also update the test case to work the a BlockingQueue instead of a ReplayFile.
BlockingQueue
ReplayFile
Replaced busy wait by a blocking queue access in
UploadTask
, therefore removing frequentTask
creation and CPU activity.Also update the test case to work the a
BlockingQueue
instead of aReplayFile
.