From kde-core-devel Wed Jun 25 18:04:02 2008 From: "Roland Harnau" Date: Wed, 25 Jun 2008 18:04:02 +0000 To: kde-core-devel Subject: Re: [PATCH] DNS cache for Konqueror/KIO Message-Id: <476f836a0806251104w7a84d30eid57adbbdf968798b () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=121441708916747 2008/6/23, Andreas Hartmetz : > Did you consider making the name cache even more central like kded or > kdeinit? That should give us more cache hits in some cases. My first try to integrate the resolver into KIO was via a standalone DBus service, i.e. I wrote a DBus adapter with "delayed reply". The result was completely disappointing because of high latency. Besides, I doubt the session bus is apt to handle the slave storm usually triggered by Konqueror. So I think a kded module is out of the question. The location in the application's address space is of course not forced, but allows fast name resolution without much additional complexity.