Forum Discussion
TheEndless
11 years agoRoku Guru
"Travonisoft" wrote:
So if this is the case, and I have 30+ images to load would you recommend having a pool of roURLRequestTransfer objects that I create and then alloc use for one for each image needed whenever I need?
If they all need to be downloaded asynchronously, then you'd either need to create a separate request for each, or create a block of 5-10 that you re-use after the previous transfer completes.