[Mono-bugs] [Bug 57859][Nor] Changed - File::Copy runs very slowly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 May 2004 12:33:02 -0400 (EDT)


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 vargaz@freemail.hu.

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

--- shadow/57859	2004-04-29 23:24:04.000000000 -0400
+++ shadow/57859.tmp.2418	2004-05-03 12:33:02.000000000 -0400
@@ -48,6 +48,9 @@
 ------- Additional Comments From bmaurer@users.sf.net  2004-04-29 23:24 -------
 So, basically, what takes File.Copy 5 seconds, takes cp a very short
 amount of time. This is a bottleneck for a tool like gacutil.
 
 BTW, you can see the profile by doing:
 mono --profile `which gacutil.exe` /i System.dll /f > ~/t
+
+------- Additional Comments From vargaz@freemail.hu  2004-05-03 12:33 -------
+So this is fixed, isn't it ?