[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
Wed, 2 Mar 2005 17:03:17 -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 gonzalo@ximian.com.

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

--- shadow/73183	2005-03-02 16:57:20.000000000 -0500
+++ shadow/73183.tmp.6959	2005-03-02 17:03:17.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 73183
-Product: Mono: Class Libraries
-Version: 1.1
+Product: Mono: Runtime
+Version: unspecified
 OS: SLES 9
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: Sys.Web
+Component: misc
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: mlasky@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: Optimization to prevent multiple handles to /dev/urandom device
@@ -88,6 +88,9 @@
 that use the rng object. Otherwise, this could creep up again, just 
 from a different object than SessionState.
 
 ------- Additional Comments From gonzalo@ximian.com  2005-03-02 16:57 -------
 SessionStateModule uses a shared RNG now for all instances in an
 appdomain.
+
+------- Additional Comments From gonzalo@ximian.com  2005-03-02 17:03 -------
+Moving to runtime, as the remaining problem should be fixed there.