multi-thread image loader
in
Programming Questions
•
3 years ago
hy,
i have a huge amount of pics 30x30 to load, let say 5000.
i ve made a thread, works but take time to load, because the thread is waiting the pic before asking for next one to the server, i suppose ?. i was wondering if i split this thread in more threads, will it go faster ? and if it make sense, how many threads can i do? is ther a limit? quiet new in the theading stuff...
thx
adri
i have a huge amount of pics 30x30 to load, let say 5000.
i ve made a thread, works but take time to load, because the thread is waiting the pic before asking for next one to the server, i suppose ?. i was wondering if i split this thread in more threads, will it go faster ? and if it make sense, how many threads can i do? is ther a limit? quiet new in the theading stuff...
thx
adri
1