[Mono-bugs] [Bug 61343][Nor] Changed - mod-mono-server fails to monitor file changes on Novell share
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jul 2004 21:17:42 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61343
--- shadow/61343 2004-07-09 09:01:05.000000000 -0400
+++ shadow/61343.tmp.29622 2004-07-09 21:17:42.000000000 -0400
@@ -2,21 +2,20 @@
Product: Mono: Class Libraries
Version: unspecified
OS: other
OS Details: Fedora Core 2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: AndrewArnott@byu.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: mod-mono-server fails to monitor file changes on Novell share
Description of Problem:
On a local Linux partition, mod-mono-server flushes
the cache for a file when it has changed recently. On a Novell share, Mono
fails to monitor file changes and as a result continues to cache the page
@@ -41,6 +40,9 @@
How often does this happen?
Every time, until mod-mono-server.exe is restarted.
Additional Information:
IIS fails to host ASP.NET web sites at all off of Novell shares because IIS
"failed to start monitoring file changes on..." at any aspx file access.
+
+------- Additional Comments From gonzalo@ximian.com 2004-07-09 21:17 -------
+Try exporting MONO_MANAGED_WATCHER=1 and tell us what happens.