screw wohttpconnection ... use Apache HTTPClient. as far as async vs sync, just run it in thread / executorservice
On Mar 17, 2010, at 7:33 AM, Hendrik Holtmann wrote: > Hi, > > I have to download data from external sources in my WebObjects-Application. > As the download required several requests from different sources I would like > to do this in an asynchronous manner. > I looked into WOHTTPConnection and WORequest. I can implement the download > using these classes, but it is synchron. > In short: I want to do something like I can do with NSURLConnection in Cocoa. > Any help would be appreciated. > > Cheers, > > Hendrik > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40mdimension.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
