Bug 6258
Summary: | nice value should be process-wide, not per-thread | ||
---|---|---|---|
Product: | Process Management | Reporter: | Michael Kerrisk (michael.kerrisk) |
Component: | Other | Assignee: | process_other |
Status: | REJECTED WILL_NOT_FIX | ||
Severity: | normal | CC: | diegocg, drepper, mingo |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.16 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Michael Kerrisk
2006-03-20 19:20:30 UTC
(CC'ing Ingo Molnar, who might have an answer) CCing Ulrich Drepper, who may have an answer Glibc issue There are very good kernel reasons to do per thread priority, remember POXIX threads are crippled at the spec level to make them implementable in user space on cruddy old systems. The C library should enforce any POSIXism here, perhaps with kernel help as a special option. Alan, could you please give me some pointers to the "very good kernel reasons to do per thread priority"? I may ad a line or two to the pthreads.7 man page. |