NSURLConnection details
NSURLConnection details
- Subject: NSURLConnection details
- From: "Miguel Coxo" <email@hidden>
- Date: Wed, 13 Feb 2008 00:34:01 +0000
I'm going to need to download a file split in parts using several
NSURLConnections (with async calls), my question is: What does de
NSURLConnection does internally?
Does he create more than one thread? If so how many?
My other alternative would be CURLHandle, but for what i was reading in the
source code it seems to keep a data buffer
with all the data downloaded so far.
I will probably build my code something similar to LSMSmartCategorizer
project example (By Apple), using a NSURLDataReceiver.
Also the method that creates all the NSURLDataReceivers/NSURLConnections
will be invoked from a NSOperation, will this be a problem?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden