------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=100119
------- Additional Comments From frank.osterfeld kdemail net 2005-06-04 01:51 -------
When "All feeds" (or any folder with many subfeeds) is selected and the interval fetch starts, every feed fetched causes an update of the articlelist. Considering that even a single update can take a lot of time when the list contains many articles, Akregator goes totally bonkers when there are twenty updates in a row.
We need some mechanism to prevent these complete updates. Either by stopping the ongoing update when a new update request arrives (only possible with threads i think), or by delaying updates, so that multiple requests result in only one update. But well, both methods make it harder to keep data and views in sync, so we would have a lot of potential bugs here...
The article list needs optimization in general. The problem is, the optimization made for KDE 3.x is obsolete when migrating to KDE4, as the list view classes are completely different in Qt4.
|