Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Issue 2658006: Experiment for number of persistent connections to server...

Created:
10 years, 6 months ago by ziadh
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews, jam+cc_chromium.org, cbentzel+watch_chromium.org, ben+cc_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Experiment for number of persistent connections to server Currently Chrome, Firefox, and IE8 have the number of outgoing connections to each host(server) set at 6. Safari uses 4, and Fasterfox (a plugin for Firefox that supposedly configures it to run faster) uses 8. We would like to see how much of an effect this value has on browsing. Too large a value might cause us to run into SYN flood detection mechanisms. This experiment assigns a value of (4, 6, 8, 16) at random at program launch, and uses it throughout the run. r=jar

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -0 lines) Patch
M chrome/browser/browser_main.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 chunk +12 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698