NSThread's and delegate methods
NSThread's and delegate methods
- Subject: NSThread's and delegate methods
- From: Aaron Wallis <email@hidden>
- Date: Sun, 26 Aug 2007 08:28:44 +1000
Hi there,
I'm in a little pickle with NSThreads, its the first time i've made a
proper threaded application and I'm hoping someone can help me out
with a conceptual issue I'm having.
I've got a processor intensive class which makes HTTP requests to a
remote server and accepts responses through several delegate methods.
What I'm trying to do is make the whole process threaded, meaning a
request is made to "get lots of stuff from server and process the
response" which is threaded from the point that the code creates it,
to the last delegate function.
As I said, i'm really new to threads, so this may be a really obvious
n00b question.
Thanks for your time
_______________________________________________
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