[Webkit-unassigned] [Bug 27165] Connections-per-host should be tracked closer to the ResourceHandle level, not the Cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 01:23:48 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=27165





--- Comment #17 from Adam Barth <abarth at webkit.org>  2010-09-23 01:23:48 PST ---
> As far as I can see this patch wipes out the request prioritization in the Loader which is the whole purpose of throttling the requests in the first place.

Really?  I must have misunderstood how the prioritization works.

> Please explain why this makes sense.

Losing the prioritization makes obviously doesn't make sense, but counting requests at the loader level is pretty non-sensical.  Notice that all the folks who are peers with loader have to do a crazy dance to interface with the connection limiter.

I suspect the right solution is to either to move the prioritization logic lower in the network stack or to teach the loader how to read back information about the state of the open connection limiter.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list