cgrabe said:Yes, but it doesn't make any more requests than it would anyway. With the default settings, if there are 3 objects on a page, Firefox will request the first object, download it, request the second object, etc. If you change the setting to allow 2 concurrent requests, Firefox will request the first two objects, wait for one of them to finish, then request the third object whithout waiting on the other to finish. This way, the entire page is downloaded faster, but there are still only three requests made to the server. If a website gets 10,000 hits per day with dozen of objects served for each hit, each user requesting several objects at a time instead of requesting them sequentially isn't going to make any real difference.
It would make more requests if 100 users request at 30 MaxRequest per page.
Consider it this way. The default MaxRequests for FF is 4, when tweaked to 30 it requests 30 objects\images at one time rather than 4. Now resources on the server are now requested at 30 objects\images per page, per user. So if 100 users request a General Freshwater topic at the same time, it is only 400 items requested at a time (using the default MaxRequest 4). However, when MaxRequests is changed to 30, 3,000 objects are requested at once, and no matter which way you slice it, that is going to slow down the server.