[Mono-bugs] [Bug 73191][Wis] Changed - ReaderWriterLock Fails To Run MSDN Example Code
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 22:28:05 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=73191
--- shadow/73191 2005-03-01 21:56:58.000000000 -0500
+++ shadow/73191.tmp.25080 2005-03-01 22:28:05.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Linux, Fedora Core 2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: scott@imeem.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,12 @@
e.g.
Under Mono...
4491 reads, 736 writes, 1446 reader time-outs, 331 writer time-outs.
or worse, it'll lock up.
Under .Net
64846 reads, 12381 writes, 0 reader time-outs, 0 writer time-outs
+
+------- Additional Comments From bmaurer@users.sf.net 2005-03-01 22:28 -------
+Our rwlock is *MUCH* slower than the msft one, so that may explain the
+timeout failures.
+
+But there is no excuse for deadlocking.