Milliseconds Resolution

Kenneth Brody kenbrody at spamcop.net
Tue Sep 6 09:03:21 PDT 2016


On 9/6/2016 11:34 AM, Richard Kreiss via Filepro-list wrote:
> FilePro must have a built in function which, at least counts
> milliseconds.  The sleep function uses milliseconds - sleep(n) where n is
> in milliseconds.
>
> Now this does not mean that filePro can read the current time down to
> milliseconds.

Do you think that filePro implements sleep with a busy-loop?  (ie: 
constantly reading the time, seeing if X milliseconds as passed.)

There are system API calls that allow filePro to tell the O/S "sleep for 
this many milliseconds".

[...]

-- 
Kenneth Brody


More information about the Filepro-list mailing list