[Webkit-unassigned] [Bug 43400] Add priority attribute to XMLHttpRequest
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 10 16:57:10 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43400
--- Comment #24 from James Simonsen <simonjam+webkit at google.com> 2010-08-10 16:57:09 PST ---
(In reply to comment #21)
> I wonder if the scheduling could/should be implemented at the WebCore level instead of in the network stack. Maybe it has to be implemented in the network stack.
I think it's doable to implement this in WebCore. We'd basically need to simulate the network layer's backlog when several XHRs have been sent from WebCore. I think we'd do this by placing a cap on the number of XHRs sent to the network layer from WebCore and queuing those that exceed the cap based on the description in the proposed spec. I can hack this up in a separate bug.
Are there any further comments on this bug?
--
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