#1523: Constant overhead of threadDelay
-------------------------------+--------------------------------------------
Reporter: chak | Owner:
Type: bug | Status: new
Priority: low | Milestone: 6.8 branch
Component: libraries/base | Version: 6.7
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: MacOS X | Testcase:
Architecture: x86 |
-------------------------------+--------------------------------------------
Changes (by simonmar):
* cc: [EMAIL PROTECTED] (added)
* milestone: => 6.8 branch
Comment:
The main cause of this was fixed:
{{{
Wed Jul 18 10:27:54 BST 2007 Simon Marlow <[EMAIL PROTECTED]>
* wakeUpSleepingThreads: fix off by one
The symptom of this bug is after the time of a threadDelay has
expired, the RTS does a whole slew of extra select() calls.
This should help with #1523, but it's not the whole story.
}}}
Can someone re-test and see whether we can now close this bug?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1523#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs