The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: City of Largo Adopts KDE 2.1.1
by foobar on Tuesday 24/Jul/2001, @04:29
|
I think the problem with Kicker is that it check for changes periodically and with 200+ people accessing the network at once, it creates a huge bottleneck. Maybe if there is some small amount of randomness in the timing, it would be less of a load on the network.
|
[
Reply To This | View ]
|
Re: City of Largo Adopts KDE 2.1.1
by georg on Tuesday 24/Jul/2001, @07:43
|
For restarting kicker, what about
dcop default kicker restart?
|
[
Reply To This | View ]
|
Re: City of Largo Adopts KDE 2.1.1
by Waldo Bastian on Wednesday 25/Jul/2001, @03:31
|
Not really randomness, but with the following lines in sharec/config/kdedrc you can tell it how often to poll.
E.g: the following configures local fs once 0.5 seconds and non-local FS once each 5 seconds, which also happens to be the default.
[General]
PollInterval=500
NFSPollInterval=5000
Cheers,
Waldo
|
[
Reply To This | View ]
|
|
Re: City of Largo Adopts KDE 2.1.1
by David Faure on Tuesday 24/Jul/2001, @22:45
|
Yes, the autorefresh uses KDirWatch, so he should simply install libfam and reconfigure, to get rid of the polling.
The kernel support called dnotify is currently disabled again, 'cause not working properly yet.
|
[
Reply To This | View ]
|
Re: City of Largo Adopts KDE 2.1.1
by Michael Wardle on Monday 13/Aug/2001, @18:51
|
"The kernel support called dnotify is currently disabled again, 'cause not working properly yet."
Actually, the preferred kernel support for fam is called imon, and can be obtained from
<URL:http://oss.sgi.com/projects/fam/download/>. There are others who are doing work with fam/dnotify rather than fam/imon since dnotify has made it into the standard kernel sources.
--
MICHAEL WARDLE
SGI FAM Maintainer
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|