[GHC] #635: Replace use of select() in the I/O manager with epoll/kqueue/etc.

GHC cvs-ghc at haskell.org
Tue Aug 10 07:44:29 EDT 2010


#635: Replace use of select() in the I/O manager with epoll/kqueue/etc.
-----------------------------------------+----------------------------------
  Reporter:  simonmar                    |          Owner:  bos             
      Type:  task                        |         Status:  closed          
  Priority:  normal                      |      Milestone:  _|_             
 Component:  libraries/base              |        Version:  6.13            
Resolution:  fixed                       |       Keywords:                  
  Testcase:  N/A                         |      Blockedby:                  
Difficulty:  Project (more than a week)  |             Os:  Unknown/Multiple
  Blocking:                              |   Architecture:  Unknown/Multiple
   Failure:  Runtime performance bug     |  
-----------------------------------------+----------------------------------
Changes (by tibbe):

  * status:  new => closed
  * version:  6.4.1 => 6.13
  * resolution:  => fixed


Comment:

 Done. It took a little longer than one week.

 If you're experience incorrect behavior that you think is related to the
 new I/O manager please file a bug and assign it to me.

 {{{
 Sat Jul 24 12:23:55 CEST 2010  Johan Tibell <johan.tibell at gmail.com>
   * Integrate new I/O manager, with signal support
 }}}

 {{{
 Tue Aug 10 10:22:48 CEST 2010  Simon Marlow <marlowsd at gmail.com>
   * Integrated new I/O manager
   (patch originally by Johan Tibell <johan.tibell at gmail.com>, minor
 merging by me)
 }}}

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


More information about the Glasgow-haskell-bugs mailing list