From kde-devel Wed Oct 27 21:02:14 2004 From: Josef Weidendorfer Date: Wed, 27 Oct 2004 21:02:14 +0000 To: kde-devel Subject: Re: DNS based service discovery Message-Id: <200410272302.14498.Josef.Weidendorfer () gmx ! de> X-MARC-Message: https://marc.info/?l=kde-devel&m=109891116931815 On Wednesday 27 October 2004 20:14, Jakub Stachowski wrote: > For the last month I have been working on DNS based service discovery > (ZeroConf, Rendezvous) for KDE. You can get it from kdenonbeta/kdnssd. Sounds cool. > - dynamic updates for dnssd:/ ioslave - just like local directories are > updated by KDirWatch. This is big job because it requires to rewrite > KDirWatch to support other protocols. This is the wrong place: KDirWatch is only for real files (local and mounted from remote e.g. via NFS). You need to enhance the IO-Slave protocol for notifications: If an IO-Slave supports notifications, directory listings can last infinitely, and file changes/adding/removing are signaled while the listDir-Job is running. The only addition perhaps would be a signal "finished first listing", which would stop the spinning wheel in konqueror. But otherwise this addition should give no problem to existing KDE apps, as listDir-Jobs already can last quite long and files are given back in chunks. Josef >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<