[Digikam-devel] [Bug 170758] New: high load when tagging
Arnd Baecker
arnd.baecker at web.de
Tue Sep 9 17:14:50 BST 2008
http://bugs.kde.org/show_bug.cgi?id=170758
Summary: high load when tagging
Product: digikam
Version: unspecified
Platform: Ubuntu Packages
OS/Version: Linux
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: digikam-devel at kde.org
ReportedBy: arnd.baecker at web.de
Version: (using KDE 3.5.9)
OS: Linux
Installed from: Ubuntu Packages
When associating tags, I encounter a substantial CPU load,
caused by (sometimes several) kio_digikamdates and
kio_digikamalbums processes.
The origin of this seems to be the following:
At some point one gets on the konsole:
"Noticed file change in directory /home/username/Pictures"
(i.e. the directory containing the database!)
this then triggers DIO::scan
which then calls in dio.cpp in
void Watch::slotDone(KIO::Job*)
Digikam::AlbumManager::instance()->refresh();
Digikam::AlbumLister::instance()->refresh();
I.e. those which then lead to the invocation of
kio_digikamalbums and kio_digikamdates.
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list