Quote:
Originally Posted by normscherer
AFAIK there is no scheduling algorithm in use in the general purpose Linux distributions that would vary cpu allocations based on the filename associated with an application
|
All distributions use exactly the same kernel.
Quote:
Originally Posted by normscherer
If you want that, the source is available to you and you can make up your own scheduler to control cpu allocation and you can also do whatever you want to control memory usage.
|
If he knew how to write his own scheduler, he wouldn't be asking this question :)
Quote:
Originally Posted by normscherer
Some of the 'real-time' Linux versions may give you some of what you are looking for.
|
[/QUOTE]
They all use
exactly the same kernel. Except of course embedded systems, which might use a modified ( and of course not easily replaceable ) kernel e.g. the Motorola V3i cellphone.
The new RCU implementation offers cgroups which have memory and cpu allocators. That might be the answer here.
See the kernel documentation.