I'm just wondering how many simultaneous connections per domain does iOS Safari on iOS allow?
I've got a web page that uses long polling (up to about 40 seconds) and I am under the impression that all HTTP requests get queued until the server responds to the polling request (testing on iOS6 on iPad 2). Is that a real possibility?