[Mono-bugs] [Bug 46077][Nor] Changed - FileShare Enumeration is not implemented by Mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Oct 2003 14:22:50 -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=46077

--- shadow/46077	2003-09-24 08:08:44.000000000 -0400
+++ shadow/46077.tmp.5660	2003-10-17 14:22:50.000000000 -0400
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: richard.torkar@htu.se               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: FileShare Enumeration is not implemented by Mono
 
 The following code snippet (from msdn) shows that mono does not yet
 implement  FileShare.None correctly. (The library seems to have the enum at
 least :)
 
@@ -73,6 +72,16 @@
 
 At the moment, latest mono cvs (2003-07-09) gives this:
 The file was not locked, and was opened by a second process.
 
 ------- Additional Comments From richard.torkar@htu.se  2003-09-24 08:08 -------
 This is still unimplemeted in mono cvs from september.
+
+------- Additional Comments From miguel@ximian.com  2003-10-17 14:22 -------
+I am not sure if we want to implement this, first because not every
+unix has mandatory locking, and when it does, it becomes a pain in the
+neck to fix it.
+
+In particular, I remember rpm leaving the database locked and
+requiring a reboot.
+
+Dick, can you comment on this?