My goal is to research about the limitaitons of iOS when it come to implementing a persistent connection.
Lets say I'm going to use NSURLConnection as my http client.
How many tcp connections can I hold open at the same time to a single host? How many tcp connections can I hold open to different hosts?
What is the default value and how do I change it?