[Mono-bugs] [Bug 54262][Blo] Changed - Key generation cause 100% CPU use

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 Feb 2004 08:00:40 -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=54262

--- shadow/54262	2004-02-12 11:31:07.000000000 -0500
+++ shadow/54262.tmp.13722	2004-02-13 08:00:40.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 54262
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Windows XP Professional SP1
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien.lambla@cubiks.com               
@@ -157,6 +157,19 @@
 
 
 ------- Additional Comments From spouliot@videotron.ca  2004-02-12 11:31 -------
 Created an attachment (id=6690)
 Test Program
 
+
+------- Additional Comments From sebastien@ximian.com  2004-02-13 08:00 -------
+This doesn't seems to happen with Rabin Miller primality test. RM even
+appears to be faster. It's difficult to be 100% sure with the
+randomness of the process - but it doesn't seems slower (and we save a
+lot of time one iteration out of 8).
+
+There's also another known bug (51229) in the current method which
+Rabin Miller doesn't have. So I guess I'll make the switch (and test)
+the RM.
+
+Performance data attached.
+