Re: Persistent Connection to Web Server in cocoa, emulating AJAX
Re: Persistent Connection to Web Server in cocoa, emulating AJAX
- Subject: Re: Persistent Connection to Web Server in cocoa, emulating AJAX
- From: Jason Stephenson <email@hidden>
- Date: Thu, 23 Oct 2008 11:21:47 -0400
Jack Carbaugh wrote:
the process is as follows ...
a request/command is sent to a URL which processes the request.
The result is then sent out of a "responder" at another URL.
So what i'm wanting to do, i suppose, is to continually poll the
"responder" URL and process it's results.
NSURLRequest should do what you want. You'll want to use NSTimer and
periodically retrieve the request in a timed loop.
Jason
_______________________________________________
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