J
James Pulley
Guest
An interesting discussion on browsers and number of connections per host that is interesting reading. Of particular note is that HP defaults to 6 (The w3c standard for browsers), but if your recording browser uses fewer, such as IE, then the number of concurrent connections is set to a lower level. This is particularly important if you modify one script to represent multiple browser types by changing the user agent. In tandem with changing the user agent then you also potentially need to change the number of maximum connections per host based upon the browser type. Watching what browser manufacturers do on the connections front is an interesting watch. Some prefer to minimize the number of hard connections to the server and leverage pipelining to maximize efficiency on a single connection without the overhead of establishing an additional hard connection where others take the hit on the hard connection seeking parallelism as the performance path If you are not a subscriber to Stackoverflow then you are missing out on gems like this one. 'Pulley