I am trying to reduce the server workload and making all the image download from the server faster. I would like to know if it is possible to make network.download to download multple files at once? So, it can make less request or connection to the server?
You can have multiple requests outstanding at the same time, but I think that is still one connection per request.
You can have multiple requests outstanding at the same time, but I think that is still one connection per request.