https://bugzilla.novell.com/show_bug.cgi?id=402833
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=402833#c2 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |NEEDINFO Info Provider| |[EMAIL PROTECTED] --- Comment #2 from Atsushi Enomoto <[EMAIL PROTECTED]> 2008-08-05 01:30:38 MDT --- To make the test fair, the single thread version should be written as: Thread tr= new Thread(new ThreadStart(wr.ComputingIntensiveCodeSample)); tr.Start(); tr.Join(); tr= new Thread(new ThreadStart(wr.ComputingIntensiveCodeSample)); tr.Start(); tr.Join(); Feel free to reopen this bug if the above still does not result in the same slowness (I'm not testing it on OSX). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
