Timeslice

  • Thread starter Thread starter Arno Kwetters
  • Start date Start date
A

Arno Kwetters

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
 
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
 
Back
Top