Bug 251492 - Background tasks should run with idle IO scheduling priority
Summary: Background tasks should run with idle IO scheduling priority
Status: RESOLVED DUPLICATE of bug 183272
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Debian unstable Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-16 21:06 UTC by Michael Schuerig
Modified: 2010-09-16 21:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schuerig 2010-09-16 21:06:06 UTC
Version:           unspecified (using KDE 4.4.5) 
OS:                Linux

KDE runs several background tasks that are not related to actions a user might trigger and for whose completion they wait. Still, these tasks can take up considerable resources and thereby even delay other tasks.

Notable offenders are http_cache_cleaner and virtuoso. Particularly after login these task can drive the load so high that the system becomes effectively unusable for a couple of minutes.

I consider this not just a desirable enhancement, but a downright performance bug.

The cure? Setting the IO scheduling priority of these tasks to idle results in a considerable improvement.

Reproducible: Didn't try
Comment 1 Christoph Feck 2010-09-16 21:28:55 UTC

*** This bug has been marked as a duplicate of bug 183272 ***