How to change user mode priority from kernel

Hi,
is there a way to change a given user mode
process base class and thread priority
from kernel ?

Is KeSetBasePriorityThread any help ?

why not just have the process or the administrator do this?

-p

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Tomer Goldberg
Sent: Thursday, May 22, 2003 10:34 AM
To: NT Developers Interest List
Subject: [ntdev] How to change user mode priority from kernel

Hi,
is there a way to change a given user mode
process base class and thread priority
from kernel ?

Is KeSetBasePriorityThread any help ?


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com

Hi,
I’m trying to design a sort of schduler
for a user mode process.
I plan to use the KeSetTimer in order to
achieve the kernel’s low latency and accuracy.

what I want to do in my timer routine is change
the user mode process priority, this way giving
it some slices with normal priority and some
with real time priority.

the user mode timing ability isnt good
enough in this case
how can I change the user mode’s process
priority from kernel (or any Ideas on the concept) ?

Hi,
I’m trying to design a sort of schduler
for a user mode process.
I plan to use the KeSetTimer in order to
achieve the kernel’s low latency and accuracy.

what I want to do in my timer routine is change
the user mode process priority, this way giving
it some slices with normal priority and some
with real time priority.

the user mode timing ability isnt good
enough in this case
how can I change the user mode’s process
priority from kernel (or any Ideas on the concept) ?

Tomer Goldberg wrote:

I’m trying to design a sort of schduler
for a user mode process.
I plan to use the KeSetTimer in order to
achieve the kernel’s low latency and accuracy.

Why are
you trying
to do this?

And why do
you have to
indent your
questions, anyway?


Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Check out our schedule at http://www.oneysoft.com

The idea is to achieve some
real time features from this system
that is partialy third party

and regarding the indentation,
my monitor is placed too far
to the left, on my desk.

-----Original Message-----
From: Walter Oney [mailto:xxxxx@oneysoft.com]
Sent: Sunday, June 01, 2003 6:03 PM
To: NT Developers Interest List
Subject: [ntdev] Re: How to change user mode priority from kernel

Tomer Goldberg wrote:
> I’m trying to design a sort of schduler
> for a user mode process.
> I plan to use the KeSetTimer in order to
> achieve the kernel’s low latency and accuracy.

Why are
you trying
to do this?

And why do
you have to
indent your
questions, anyway?


Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Check out our schedule at http://www.oneysoft.com


You are currently subscribed to ntdev as: xxxxx@royatech.com
To unsubscribe send a blank email to xxxxx@lists.osr.com