Linked by Thom Holwerda on Thu 18th Jan 2007 15:11 UTC, submitted by Torsten Rahn
Permalink for comment 203081
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2005-07-07
i think this is a nice article, tough it has some shortcomings. one is the remarks on cpu usage - the author seems to fail to realize beagle using not 100% cpu is in fact a bad thing, for several reasons.
first, the linux kernel will think it's an interactive process, increasing it's priority, thus allowing it to pre-empt user processes, killing interactivity of the system.
second, on a laptop, it's better to use 100% cpu for 1 min than 50% for 2 mins, in terms of power usage...
thus the fact Strigi uses max cpu is positive, not negative. and it makes for a good choice, being up to 40 times faster in indexing (4 min vs 2 hours for beagle vs 3 hours for tracker) - the author states most noted problems are rather trivial to fix.
http://www.kdedevelopers.org/node/2639
anyway, a common plugin engine and dbus-interface would be good, for sure.