[Ironpython-users] time.sleep slowdown

Slide slide.o.mix at gmail.com
Mon Jan 19 23:27:39 CET 2015


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 to
Thread.Sleep, so I am not sure why this would slow things down so much. Has
anyone seen anything like this, and have a way to overcome it?

Thanks,

slide
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20150119/46a16ed2/attachment.html>


More information about the Ironpython-users mailing list