[Mono-list] mod_mono doesn't monitor file changes on Novell shares

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Sat, 10 Jul 2004 03:28:39 +0200


El vie, 09-07-2004 a las 18:06, Andrew Arnott escribió:
> > If I recall correctly, the file monitoring (FileSystemWatcher at any rate)
> > has
> > two implementations: one uses FAM and the kernel and the other is
> > implemented in
> > code and thus a bit more CPU intensive. If it is possible to make fam keep
> > an
> > eye on the novell shares (this I know not...), then that might solve your
> > problem, alternately, by disabling fam and forcing mono to revert to the
> > CLI
> > implementation, you might also have more success. 
> 
> Does anyone know how to switch modes from FAM to CLI-watching mode?

I already replied to your previous post before reading this. 'man mono'
would have helped. The environment variable to set is
MONO_MANAGED_WATCHER.

-Gonzalo