Re: Service with NSURLConnection
Re: Service with NSURLConnection
- Subject: Re: Service with NSURLConnection
- From: Jim Thomason <email@hidden>
- Date: Fri, 11 Jan 2013 13:09:38 -0600
Razafrazin. Okay, you all thwarted my example. :-)
For sake of argument, assume that the work has to be done in an external
thread, or I have to jump in and out of the main thread some how. I'm not
actually using URL connections like this in the actual app, I was just
hoping that it was a nice simple example use case to give. For the actual
code, I wouldn't be able to just do a synchronous request.
-Jim....
On Fri, Jan 11, 2013 at 12:52 PM, Jens Alfke <email@hidden> wrote:
>
> On Jan 11, 2013, at 8:59 AM, Jim Thomason <email@hidden> wrote:
>
> The issue is that my -doWebStuff:userData:error: method seems to only let
> me write to the pasteboard during the invocation of that method, and once
> it completes I'm done. NSURLConnection is all delegate based, so I wouldn't
> have the results of my lookup until the secondary thread completes and my
> delegate realizes its done loading the data.
>
>
> No, NSURLConnection supports synchronous calls — see the
> +sendSynchronousRequest: method.
>
> —Jens
>
>
_______________________________________________
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