Mailinglist Archive: opensuse-bugs (7763 mails)

< Previous Next >
[Bug 225463] New: at: strange scheduling
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 1 Dec 2006 11:26:17 -0700 (MST)
  • Message-id: <bug-225463-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=225463

Summary: at: strange scheduling
Product: openSUSE 10.2
Version: RC 5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: jengelh@xxxxxx
QAContact: qa@xxxxxxx


atd always renices tasks based on their queue

queue -> nice
'a' -> 1
'b' -> 3
'c' -> 5

This is inherently bad -- a task can never be scheduled at the
normal nice level 0 or any even (2, 4, ...) level.

This patch fixes this, and implicitly changes the meaning of
the queue names ('a' is not 1 anymore, but 0), but a < b still
holds true.


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >