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