SSL socket connection on iPhone

Posted by kevinspacy on Stack Overflow See other posts from Stack Overflow or by kevinspacy
Published on 2010-04-19T21:50:19Z Indexed on 2010/04/19 21:53 UTC
Read the original article Hit count: 182

Filed under:
|
|
|

Is there a way to reuse SSL socket connections on the iPhone. I'm seeing an extra 3-4 second overhead in doing SSL handshaking. I'm using NSURLconnection currently to do the API calls and each one of them is taking 4-5 seconds on Wifi. Any suggestions would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about ssl

Related posts about iphone