I wrote a script today that started a thread that was polling every
1000ms. I used

use Time::HiRes qw( usleep );
usleep(1000 * 1000);

I didn't get the stopwatch out, but it looked as if the timing was way
off. As I need to scale to much shorter timings, I need to use this
module.

Does anyone else have this experience and know why it is so?

cheers

Daniel

-- 
Daniel McBrearty
email : danielmcbrearty at gmail.com
www.engoi.com : the multi - language vocab trainer
BTW : 0873928131
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to