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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top