ArminKH
Well-Known Member
Hi
I have a loop for and download a list of pictures
Now my question is:
Which way is better?
1.dim and initialize a job for each item in loop for(i dont want to download all items together)
2.Use single job for all items
I looking for a way which have less cpu and ram usage
I know we have image downloader class but for some reason thats not usable for me
Please suggest best way
Thanx
I have a loop for and download a list of pictures
Now my question is:
Which way is better?
1.dim and initialize a job for each item in loop for(i dont want to download all items together)
2.Use single job for all items
I looking for a way which have less cpu and ram usage
I know we have image downloader class but for some reason thats not usable for me
Please suggest best way
Thanx