#635: Replace use of select() in the I/O manager with epoll/kqueue/etc.
---------------------------------+------------------------------------------
  Reporter:  simonmar            |          Owner:         
      Type:  task                |         Status:  new    
  Priority:  normal              |      Milestone:         
 Component:  libraries/base      |        Version:  6.4.1  
  Severity:  normal              |     Resolution:         
  Keywords:                      |             Os:  Unknown
Difficulty:  Difficult (1 week)  |   Architecture:  Unknown
---------------------------------+------------------------------------------
Comment (by simonmar):

 I should add that we'd prefer to do this using the I/O manager in the
 threaded runtime (libraries/base/GHC/Conc.lhs), rather than change the
 current select() machinery in the non-threaded runtime
 (ghc/rts/posix/Select.c).  Volker's libevent patch is for the latter, I
 believe.

-- 
Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/635>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to