What is the connection time out in the case of iphones. How long will the compiler wait for a response after a request have been made??
+1
A:
Using NSURLConnection, the timeout is set in the NSURLRequest, and the default in the NSMutableURLRequest request is 60 seconds, and can be changed using the setTimeoutInterval method.
Andrew Kuklewicz
2010-01-01 11:41:05