Click to See Complete Forum and Search --> : Browser thread and Ajax app.


misterxy
09-14-2007, 07:56 AM
Hello all:

I know that IE browser supports two threads for two Http connections at the same time. In Ajax application, Javascript is single threaded. Just wondering when then I have multiple async calls, how do these two IE threads play a role?

Thank you

Ricky

ray326
09-14-2007, 02:33 PM
It would have to serialize them. I would hope though that it actually uses more than two threads and opens more than two connections when needed.