Actions
Bug #755
closedselect in windows errantly accepts too many fd's
    Bug #755:
    select in windows errantly accepts too many fd's
  
Description
=begin
see the example for windows at
http://redmine.ruby-lang.org/issues/show/670
http://redmine.ruby-lang.org/issues/show/721
is also related.
Thanks!
-=R
=end
Files
        
           Updated by rogerdpack (Roger Pack) almost 17 years ago
          Updated by rogerdpack (Roger Pack) almost 17 years ago
          
          
        
        
      
      =begin
Note also that if you (re) set FD_SETSIZE=2048 after including winsock.h you can fit far more sockets in an FD_SET [in fact, it might fix the problem reported, as long as link against msvcrt6 sonce msvcrt seems to not allow more than 512 descriptors open at a time, anyway].
-=R
=end
        
           Updated by matz (Yukihiro Matsumoto) almost 17 years ago
          Updated by matz (Yukihiro Matsumoto) almost 17 years ago
          
          
        
        
      
      - Assignee set to usa (Usaku NAKAMURA)
=begin
=end
        
           Updated by yugui (Yuki Sonoda) almost 17 years ago
          Updated by yugui (Yuki Sonoda) almost 17 years ago
          
          
        
        
      
      - Target version set to 1.9.1 Release Candidate
=begin
=end
        
           Updated by yugui (Yuki Sonoda) almost 17 years ago
          Updated by yugui (Yuki Sonoda) almost 17 years ago
          
          
        
        
      
      - Due date set to 12/24/2008
=begin
=end
        
           Updated by yugui (Yuki Sonoda) almost 17 years ago
          Updated by yugui (Yuki Sonoda) almost 17 years ago
          
          
        
        
      
      - Target version changed from 1.9.1 Release Candidate to 1.9.2
=begin
=end
        
           Updated by rogerdpack (Roger Pack) almost 17 years ago
          Updated by rogerdpack (Roger Pack) almost 17 years ago
          
          
        
        
      
      =begin
This patch seems to fix it.  Could also be applied to the 1.8.x branch to fix the same thing.
-=r
=end
        
           Updated by usa (Usaku NAKAMURA) almost 17 years ago
          Updated by usa (Usaku NAKAMURA) almost 17 years ago
          
          
        
        
      
      - Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r21487.
=end
Actions