Maximum # Simultaneous Downloads with NSURLSession Regardless of Host
问题 I know about the HTTPMaximumConnectionsPerHost option on NSURLSessionConfiguration ... but how many connections can iOS handle irrespective of host? I assume this depends on some combination of... the # of cores.. the network interface.. and how busy the OS is in general + with downloads for other applications. Can't find any hints about this. Regardless I assume it's ridiculous to expect more than 2 or 3 at once.. Edit Assuming the ability to have as many hosts and NSURLSession instances as