Jump to content

Problem with Sleep


Recommended Posts

Hello everybody,

i have a small problem with the Sleep() function. I wan't to have a idletime of 1 ms, but the Sleep() Function only can make a idletime of min 10 ms on vista and min 15 ms on winXP. Is there another way to make a idle of 1 ms?

To demonstrate:

while 1
    
    $begin = TimerInit()
    Sleep( 1 )
    $dif = TimerDiff($begin)
    ConsoleWrite($dif & @CRLF)
    
Wend
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...