Hello,
I'm working on an app that makes several Http Request to a RESTFULL web server. When I lauch the app, the request is performed and very often it timeouts. If I perform the request once again (a dedicated button is in the UI for this purpose) it's quite fast (no time out). Do you have any hints on the location of this problem ? Could it be on server side (I running a rack application on nginx / passenger), or on iphone side ? I use ASIHttpRequest, synchrone or asynchrone (depending upon the view).
Thanks a lot for you help. Regards, Luc