[Mono-bugs] [Bug 57859][Nor] Changed - File::Copy runs very slowly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 13:13:35 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57859
--- shadow/57859 2004-05-03 13:46:22.000000000 -0400
+++ shadow/57859.tmp.7411 2004-05-12 13:13:35.000000000 -0400
@@ -56,6 +56,13 @@
So this is fixed, isn't it ?
------- Additional Comments From bmaurer@users.sf.net 2004-05-03 13:46 -------
Well, Miguel's fix, while nice seems like a workaround of a bigger
issue, that the overhead for each operation is too high. But, i am
not sure if we consider this acceptable...
+
+------- Additional Comments From miguel@ximian.com 2004-05-12 13:13 -------
+Dick, is there a reason why we need to use the handle daemon
+for performing the copy? Couldnt we just use local handles, or
+the local Unix code for File.Copy?
+
+File.Copy is still relatively slow.