[Webkit-unassigned] [Bug 23846] [GTK]Enable DNS prefetching

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 09:58:28 PDT 2009


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





--- Comment #6 from Dan Winship <danw at gnome.org>  2009-10-13 09:58:27 PDT ---
Ah, Xan and I were talking about this yesterday.

One tricky bit; SoupAddress no longer caches DNS results itself, so what you
are testing here is not "libsoup has to do DNS" vs "libsoup does not have to do
DNS", but rather "libsoup has to do DNS and the upstream caching DNS server has
to query the net for the answer" vs "libsoup has to do DNS and the upstream
caching DNS server already has the answer cached".

SoupSession does cache SoupAddresses, so if you could change prefetchDNS() to
resolve the session's SoupAddress for that hostname rather than creating its
own, then that would probably improve the results a bit more. There's no way to
do that currently though; this would require some new libsoup API.

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