ProblemSlover
ProblemSlover

Reputation: 2537

AFNetworking upload a large number files

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

Answers (1)

ProblemSlover
ProblemSlover

Reputation: 2537

Ended up using Queues as described in the question. Closing question as self-answered.

Upvotes: 1

Related Questions