Re: process resident in memory
Mehmet Ersan TOPALOGLU (mersan@ceng.metu.edu.tr)
Tue, 18 Mar 2003 15:58:28 +0200
Alex Riesen wrote:
> Mehmet Ersan TOPALOGLU, Tue, Mar 18, 2003 07:28:57 +0100:
>
>>I am a newbie in kernel programming.
>>And am sorry if something related previously asked.
>>I wonder if it is possible to following situation is possible or not.
>>
>>let say i have a user process p1.
>
>
> That (user process) has nothing to do with kernel programming.
>
>
>>p1 does some malloc, and file i/o etc
>>i initiate it during boot time.
>>it stays resident in memory as if kernel it self (??)
>
>
> no. It is as long resident as it wish. Or until it is killed.
>
>
>>and its priority is very very high
>
>
> it is irrelevant.
>
Well i guess i couldn't explain what i really meant.
Thing is that i am trying to change kernel memory management
specifically for one user process only.
i.e if kernel sees this process it will treat it in a different manner.
It won't let it to be swapped and give a very high priority to it.
I just wondered the possiblity of this.
Sorry for my poor english
--
- mersan
mersan@ceng.metu.edu.tr
mersan@metu.edu.tr
LIFE WORTH LIVING WITHOUT YOU?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/