Timeslice

Posted: 12-22-2005, 10:12 AM
Hello,

I 've written several device drivers / services (*.sys files)
Now I want to reduce the timeslice for faster responses.

How to reduce the normal 10 millisecond time slice ?

Regards

Arno Kwetters


Reply With Quote

Responses to "Timeslice"

Slobodan Brcin \(eMVP\)
Guest
Posts: n/a
 
Re: Timeslice
Posted: 12-22-2005, 07:29 PM
Hi Arno,

Playing with 10 ms time slice should be last resort that you should take as solution since it will interfere with counting of time.

For what type of driver do you need higher precisiency then 10ms?
You could use some other IRQ to generate hardware events that will wake your threads on high priority.

Regards,
Slobodan



"Arno Kwetters" <akwetters@greefa.nl> wrote in message news:dodu68$vub$1@localhost.localdomain...
> Hello,
>
> I 've written several device drivers / services (*.sys files)
> Now I want to reduce the timeslice for faster responses.
>
> How to reduce the normal 10 millisecond time slice ?
>
> Regards
>
> Arno Kwetters
>
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reducing TimeSlice Arno Kwetters Windows XP Device Drivers 1 12-22-2005 07:33 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90