[Mono-bugs] [Bug 73183][Nor] Changed - Optimization to prevent multiple handles to /dev/urandom device

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Mar 2005 13:12:38 -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 sebastien@ximian.com.

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

--- shadow/73183	2005-03-02 17:09:06.000000000 -0500
+++ shadow/73183.tmp.26883	2005-03-03 13:12:38.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 73183
 Product: Mono: Runtime
 Version: 1.1
 OS: SLES 9
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: mlasky@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -95,6 +95,12 @@
 ------- Additional Comments From gonzalo@ximian.com  2005-03-02 17:03 -------
 Moving to runtime, as the remaining problem should be fixed there.
 
 ------- Additional Comments From sebastien@ximian.com  2005-03-02 17:09 -------
 Mike,
 Agreed, it should also be fixed at the runtime level.
+
+------- Additional Comments From sebastien@ximian.com  2005-03-03 13:12 -------
+Fixed in SVN.
+
+A single fd to /dev/urandom is being used when running nunit (multiple
+appdomain) instead of (up to) a dozen.