Hello Guys:
As I recall, IE 6 browser supports 2 threads. Somehow I just could not find this info anywhere on my google search :=( bad search creteria or what ) . Basically I am also trying to find that info for FireFox as well. Any body can share more info on the browser thread info
What I am trying to understand is that because javascript does not support threading by itself and how browser thread plays a role in Ajax calls Since async calls are all fire and forget, Does that mean, each thread, say in IE situation, is responsible for one XMLHttpRequest and once the async call comes back and frees up that thread, another call can be made. In another words, maximumly, only two active calls can be made each time from IE browser in an Ajax app. Is this is fair statement to say
Thank you all.
R-Mur