[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
Fri Sep 17 13:53:23 PDT 2010


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





--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2010-09-17 13:53:23 PST ---
> Is there going to be an issue now that more loads will count against the open connection limit?

The number of connections is limited internally by CFNetwork, and likely by other network back-ends, too. Counting them more precisely just lets us do better scheduling in WebCore. Making no more than the number of requests that's supported by the network back-end also makes its job easier, so we don't run into certain bugs.

-- 
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