Re: NSURLConnection: "Greedy Memory Eater" and Error 303
Re: NSURLConnection: "Greedy Memory Eater" and Error 303
- Subject: Re: NSURLConnection: "Greedy Memory Eater" and Error 303
- From: Jens Alfke <email@hidden>
- Date: Fri, 09 Sep 2011 13:44:52 -0700
On Sep 9, 2011, at 6:54 AM, Don Quixote de la Mancha wrote:
> I don't know how to fix NSURLConnection, but an alternative would be
> to use the source to some other HTTP client. By having the source
> code, you would have full control over the buffering.
>
> For example, libcurl is available under the MIT License:
IMHO this would be more trouble than it’s worth, unless there turns out to be some intractable problem with the standard libraries. CFNetwork is very optimized to work well in the environment of a Cocoa app, and a 3rd party library would need to have bridging written around it, in particular to manage threading.
—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