[Webkit-unassigned] [Bug 68160] curl backend has horrible performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 01:58:09 PDT 2012


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





--- Comment #12 from Onne Gorter <o.gorter at activevideo.com>  2012-08-06 01:58:06 PST ---
> If I move curl_multi_perform to Webkit mainloop

There is no webkit mainloop, that is part of the problem. But yes, your GUI library or wherever you run webkit code from has a mainloop -- probably. If you integrate curl_multi_perform in there, that would totally fix any performance problem.

It would however still be wise to empty the kernel buffers before going back into the mainloop, but that is a minor detail.

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