Re: [Ironpython-users] time.sleep slowdown

2015-01-20 Thread Slide
for > arbitrary length waits of several hundred milliseconds or more but is > useless for accurate timing and doesn’t work properly for short timeouts. > > Andy Graham > > *From:* Slide > *Sent:* Monday, January 19, 2015 10:27 PM > *To:* [email protected] > *Subjec

Re: [Ironpython-users] time.sleep slowdown

2015-01-20 Thread Andrew Graham
@python.org Subject: [Ironpython-users] time.sleep slowdown We're seeing some weirdness in some embedded scripting. Some of our scripts have calls to time.sleep(), with these calls in place, from run to run of the script, performance drops significantly, but if we remove these calls, we don'

[Ironpython-users] time.sleep slowdown

2015-01-19 Thread Slide
We're seeing some weirdness in some embedded scripting. Some of our scripts have calls to time.sleep(), with these calls in place, from run to run of the script, performance drops significantly, but if we remove these calls, we don't see any slowdown. The sleep function is implemented with a call t