iPhone Mobile Safari, How many max parallel http connections?

守給你的承諾、 提交于 2019-12-22 05:03:05

问题


I would like to use parallel AJAX HTTP requests with iPhone Mobile Safari (OS4). What is the max number of parallel connections?


回答1:


If I'm not mistaken, Safari uses at most 4 connections to the same server, but you can test it yourself using this little test case (if you have access to an iPhone, of course).




回答2:


Test site provided by Marcel returned 6 connections on my iPhone 3GS.



来源:https://stackoverflow.com/questions/2940559/iphone-mobile-safari-how-many-max-parallel-http-connections

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!