Re: How does browsers handle secondary requests

2008-09-18 Thread Himanshu Ghai
browser makes different connections and a single connection can serve multiple requests(http 1.1)..if using firefox there's a setting in about:config to set how many parallel connections you can have to a server(4 or 6)..http 1.1 rfc states that there should be a limit of 2 connections to a server.

How does browsers handle secondary requests

2008-09-18 Thread Choudhury
Guys, A basic question for you ...When a single request for a resource like a jsp generates many smaller secondary requests (like for.gif, java scripts etc ) how does browser handle them ? Are they processed parallely or sequentially ? How does Jmeter treat them ? Regards, Subhr