Re: [Haskell-cafe] help with threadDelay

2006-11-21 Thread Ian Lynagh
[moving to glasgow-haskell-bugs] On Wed, Nov 15, 2006 at 11:40:12PM +, Neil Davies wrote: > > however when -threaded is used you get some interesting effects, > including returning too early: > > Tgt/Actual = 0.000125/0.34s, diff = -0.91s Thanks for the report; I can reproduce it o

[Haskell-cafe] help with threadDelay

2006-11-15 Thread Neil Davies
Hi, I'm using GHC 6.6 (debian/etch) - and having some fun with threadDelay. When compiled without the -threaded compiler argument it "behaves" as documented - waits at least the interval - for example: Tgt/Actual = 0.00/0.036174s, diff = 0.036174s Tgt/Actual = 0.01/0.049385s, diff = 0.04