Closed apreasher closed 8 years ago
Yes, the downloads are carried out concurrent depending on the available processors on the device. You can check this in creation of DownloadRequestQueue.
int processors = Runtime.getRuntime().availableProcessors();
mDownloadDispatchers = new DownloadDispatcher[processors];
Is concurrent download supported?