How many simultaneous connections per domain does Safari on iOS allow? -


i'm wondering how many simultaneous connections per domain ios safari on ios allow?

i've got web page uses long polling (up 40 seconds) , under impression http requests queued until server responds polling request (testing on ios6 on ipad 2). real possibility?

hmm found other question on stackoverflow: failed create 5th http connection in ios4

there test page run in answer question: http://www.spasche.net/files/parallel_connections/.

the first time run test on empty cache on ipad 2 on safari (ios 6.1.3), got surprising:

"your browser seems use 0 simultaneous connections server."

on second time , thereafter got following:

"your browser seems use 5 simultaneous connections server."


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -