[GHC] #13683: Use epoll rather than poll where appropriate

GHC ghc-devs at haskell.org
Thu May 11 12:42:02 UTC 2017


#13683: Use epoll rather than poll where appropriate
-------------------------------------+-------------------------------------
        Reporter:  dfeuer            |                Owner:  (none)
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:  8.4.1
       Component:  Core Libraries    |              Version:  8.0.1
      Resolution:                    |             Keywords:
Operating System:  Linux             |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by bgamari):

 AFAIK `fdReady` is used only by the single threaded runtime, which is a
 pretty low priority as far as optimization is concerned; if users want
 strong IO performance they should be using the threaded runtime.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13683#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list