"Muli B.Y." <[EMAIL PROTECTED]> writes:

> The minimal time resolution I'm talking about here is less than a
> second, and the optimal is instantaneous. 

What for?

> int main()
> {
>       while (1)
>       {
>               sleep(1)
>               do_some_quick_stuff();
>       }
>       return 0;
> }
> 
> Run this and talk to me in a couple of hours/ days/ months. 

It seems to me that regardless of how you implement it you are going
to end up with this. And I still don't think that doing "some quick
stuff" every second will fry my CPU.

-- 
Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED]
"... We work by wit, and not by witchcraft;
 And wit depends on dilatory time." - W. Shakespeare.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to