[Mono-bugs] [Bug 402833] Slow memory allocation in multi-thread app
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Aug 5 03:30:39 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=402833
User atsushi at ximian.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=402833#c2
Atsushi Enomoto <atsushi at ximian.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |atsushi at ximian.com
Status|NEW |NEEDINFO
Info Provider| |matteo.tesser at gmail.com
--- Comment #2 from Atsushi Enomoto <atsushi at ximian.com> 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.
More information about the mono-bugs
mailing list