Reputation: 2537
Let's assume I have an array that contains like 50 files(file path) different sizes including videos and just iterate an array through loop. every iteration creates a new task. will it work or I should do it in queues limiting the number simultaneous upload tasks?
PS. I apologize if this question is a duplicate. I Just was unable to find an answer which solves my specific problem.
Thank you!
Upvotes: 0
Views: 106
Reputation: 2537
Ended up using Queues as described in the question. Closing question as self-answered.
Upvotes: 1