rest - iphone http request to a web server sometime very slow -


I am working on an app that creates a HTTP request for an RTFLL web server. When I remove the app, then the request is made and often it expires. If I make a request again (for this purpose there is a dedicated button in the UI) then it is very fast (there is no time) . Do you have any indication of this problem? Can it be on the server side (I'm running rack applications on NGNX / Passenger), or on the iPhone? I use ASIHttpRequest, synchrone or asynchrone (depending on the scene).

Thank you very much for your help, look

Looks for the subdomain DNS is a problem (at least for the iPhone app) I have changed the server domain to a my_domain.tld instead of subdomain.my_domain.tld and it works much better. Thanks, Luke


Comments