What is the preferred aynchronous data load using a common protocol like HTTP?
What is the preferred aynchronous data load using a common protocol like HTTP?
- Subject: What is the preferred aynchronous data load using a common protocol like HTTP?
- From: "Lee, Frederick" <email@hidden>
- Date: Thu, 28 Aug 2008 16:24:41 -0400
- Thread-topic: What is the preferred aynchronous data load using a common protocol like HTTP?
Greetings:
I need to continuously receive data (textual, xml format) from a
server asynchronously, in the background to the ignorance of the
end-user.
That is, to be able to retrieve a stream of xml data (loading/processing
variables) onto the front-end until the user chooses to exit.
I'm looking for the simplest & most-efficient method to pull this off.
Should I use NSURLConnection, using delegation; or NSFileHandle/NSTask
- perhaps within NSOperation?
This is for the latest Leopard OS: OS 10.5+.
Regards,
Ric.
_______________________________________________
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