RE: Is it possible to change the time slice windows uses to 1ms inste ad of 10ms

Check timeBeginPeriod function.

Michael

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Fernando, Robert
Sent: Monday, April 08, 2002 11:57 AM
To: NT Developers Interest List
Subject: [ntdev] Is it possible to change the time slice windows uses to
1ms inste ad of 10ms

Hi all,

Is it possible to change the time slice used by windows from 10ms to 1
ms ?

Robert Fernando
Anite Telecoms Ltd
110 Fleet Road
Fleet
Hampshire GU51 4BL
United Kingdom
Tel: +44 (0) 1252 775200
Fax: +44 (0) 1252 775 321
Email: xxxxx@anitetelecoms.com

Anite Telecoms Ltd, Registered in England No. 1721900 Registered
Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
United Kingdom


You are currently subscribed to ntdev as: xxxxx@maxt.com
To unsubscribe send a blank email to %%email.unsub%%

ExSetTimerResolution

----- Original Message -----
From: “Fernando, Robert”
To: “NT Developers Interest List”
Sent: Monday, April 08, 2002 7:56 PM
Subject: [ntdev] Is it possible to change the time slice windows uses to 1ms inste ad of 10ms

> Hi all,
>
> Is it possible to change the time slice used by windows from 10ms to 1 ms ?
>
> Robert Fernando
> Anite Telecoms Ltd
> 110 Fleet Road
> Fleet
> Hampshire GU51 4BL
> United Kingdom
> Tel: +44 (0) 1252 775200
> Fax: +44 (0) 1252 775 321
> Email: xxxxx@anitetelecoms.com
>
> Anite Telecoms Ltd, Registered in England No. 1721900 Registered Office:
> 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP, United Kingdom
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>

Using the user process based beginTimePeriod is a better idea in general than the
kernel based ExSetTimerResolution. The former is cleaned up for you on process
exit, while the latter requires much more care.

-DH
“Maxim S. Shatskih” wrote in message news:xxxxx@ntdev…
>
> ExSetTimerResolution
>
> ----- Original Message -----
> From: “Fernando, Robert”
> To: “NT Developers Interest List”
> Sent: Monday, April 08, 2002 7:56 PM
> Subject: [ntdev] Is it possible to change the time slice windows uses to 1ms inste ad of 10ms
>
>
> > Hi all,
> >
> > Is it possible to change the time slice used by windows from 10ms to 1 ms ?
> >
> > Robert Fernando
> > Anite Telecoms Ltd
> > 110 Fleet Road
> > Fleet
> > Hampshire GU51 4BL
> > United Kingdom
> > Tel: +44 (0) 1252 775200
> > Fax: +44 (0) 1252 775 321
> > Email: xxxxx@anitetelecoms.com
> >
> > Anite Telecoms Ltd, Registered in England No. 1721900 Registered Office:
> > 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP, United Kingdom
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>
>
>