views:

132

answers:

2

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

+1  A: 

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

Marcel Korpel
A: 

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

DzinX