Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Increase the Priority level of my NT driver

0 views
Skip to first unread message

Thierry JONAS

unread,
Jul 21, 1998, 3:00:00 AM7/21/98
to
I have just started developing a NT I/O device driver, but when I execute
many applications, my driver can't drive enough fast the I/O port.

Is It possible to Increase the priority level of my driver ?

Is it possible to have for a little time, 100 % of Processor Time ?


I used the DDK function "KeSetPriorityThread", It changes nothing.
Maybe I use this function not correctly.


Thierry J. ( tjo...@sharetek.com )


David

unread,
Jul 28, 1998, 3:00:00 AM7/28/98
to
Try

SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS );


Thierry JONAS <thierr...@cats.pt> wrote in article
<6p2tnq$7gc$1...@duke.telepac.pt>...

0 new messages