Re: [Mono-dev] FAMWatcher race condition patch

2006-04-11 Thread Michael Schurter
Gonzalo Paniagua Javier wrote: On Sun, 2006-04-09 at 16:37 +1200, Thong Nguyen wrote: The FAM based FileSystemWatcher has problems monitoring directories recursively because FAM doesn't support this natively. FMAWatcher gets around this by telling FAM to monitor a subdirectory every time a sub

Re: [Mono-dev] FAMWatcher race condition patch

2006-04-10 Thread Gonzalo Paniagua Javier
On Sun, 2006-04-09 at 16:37 +1200, Thong Nguyen wrote: The FAM based FileSystemWatcher has problems monitoring directories recursively because FAM doesn't support this natively. FMAWatcher gets around this by telling FAM to monitor a subdirectory every time a sub directory is created. This

[Mono-dev] FAMWatcher race condition patch

2006-04-08 Thread Thong Nguyen
The FAM based FileSystemWatcher has problems monitoring directories recursively because FAM doesn't support this natively. FMAWatcher gets around this by telling FAM to monitor a subdirectory every time a sub directory is created. This will work but there is a race condition that occurs when a