Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone Mobile Safari, How many max parallel http connections?

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

like image 505
fvisticot Avatar asked May 30 '10 22:05

fvisticot


2 Answers

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).

like image 140
Marcel Korpel Avatar answered Sep 26 '22 21:09

Marcel Korpel


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

like image 34
DzinX Avatar answered Sep 22 '22 21:09

DzinX