[Mono-bugs] [Bug 71203][Nor] Changed - Many Socket Methods Fail when > 1024 File descriptors are Open

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 Jan 2005 15:05:01 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71203

--- shadow/71203	2005-01-12 16:49:41.000000000 -0500
+++ shadow/71203.tmp.7837	2005-01-14 15:05:01.000000000 -0500
@@ -3,15 +3,15 @@
 Version: 1.1
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Wishlist
+Priority: Normal
 Component: CORLIB
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: dick@ximian.com                            
 ReportedBy: scott@imeem.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Many Socket Methods Fail when > 1024 File descriptors are Open
@@ -229,6 +229,10 @@
 				}
 			}
 		}
 
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2005-01-14 15:05 -------
+Dick, I think this is because we are using select in the io-layer
+as opposed to poll.