When using async download methods and delegates, is it possible to start multiple simultaneous nsconnections and handle them separately as each query completes? Or, will the system not automatically distinguish between them as your delegates receive pieces from each query? In which case, what would be a good approach to identify each connection uniquely as it enters through the delegates?
feedback
|
|
The system won't automatically distinguish the For example : the connection is I personnaly set You will find more information in the excellent URL Loading System Programming Guide from Apple. | ||||
|
feedback
|