[Mono-bugs] [Bug 74854][Nor] Changed - When many sockets are open they all get closed

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 May 2005 03:43:54 -0400 (EDT)


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 gonzalo@ximian.com.

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

--- shadow/74854	2005-05-06 20:09:37.000000000 -0400
+++ shadow/74854.tmp.13412	2005-05-07 03:43:54.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74854
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Ubuntu Hoary 2.6.11.1 K7
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jsab@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -45,6 +45,14 @@
 They should not die.
 
 How often does this happen? 
 Whenever more than about 500 tcp sockets are opened.
 
 Additional Information:
+
+------- Additional Comments From gonzalo@ximian.com  2005-05-07 03:43 -------
+I'm setting this to NEEDINFO, but I really believe this is not a bug. 
+
+Right now the sockets in a mono process don't know anything about the
+sockets in other, so having any number of instances would be limited
+to the maximum number of opened file descriptor for the user and
+anything that happens to one of them would not affect the others.