How google chrome handling the static files (js/css/images), is it using 2 different threads for web and static files?
If it is. are Firefox/Opera/Safari the same?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Web browsers will load multiple files simultaneously using asynchronous connections without threads.
However, browsers do have an upper bound (usually 2, 6, 8, or 15) on the number connections to each domain name. (Firefox) (IE)