Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No clue what happened to the original, but here's a post which lists what they had on their list: http://sordyl.info/2011/03/15/10-ios-libraries-to-make-your-...

MBProgressHUD – Progress Indicator Library

ASIHttpRequest – HTTP Network Library

JSON Framework – JSON Support

Flurry – Detailed Usage Statistics

RegexKitLite – Regular Expression Support

Facebook iOS SDK – Facebook API Library

SDWebImage – Simple Web Image Support

GData client – iPhone library for all of Google’s services

CorePlot – 2D Graph Plotter

Three20 – General iOS Library



I've had some trouble with ASIHTTPRequest. It times out sending POST requests (with decent sized payloads) sending to our Rails server, upwards of 98% of the time. (I've literally only gotten one request to return properly.) Because I'm a masochist, I wrote a minimal replacement using the CFSocket API, and it works fine, every time.

My fear/guess is that something that ASIHTTPRequest is using is assuming that it can bombard the socket with data even when the output buffer gets full. At least that's the initial problem I had when I was writing my replacement, and after staring at ASIHTTPRequest for days, I can't think of anything else.


this is good. I like it!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: