J
Joshua Mann
I have created a windows service which runs the FileSystemWatcher
component. If the service is running and monitoring a directory (ex.
"c:\temp") during heavy folder access the service generates the
following error: "Too many changes at once in directory:".
Is there ANY way around this?
Is this an error or a warning?
Meaning, can I just ignore it? Or is it actually skipping and not
processing those events when thrown? Because so many things are
happening in the folder I cant tell which files were processed and if
any were skipped.
Thanks for any help,
Josh
component. If the service is running and monitoring a directory (ex.
"c:\temp") during heavy folder access the service generates the
following error: "Too many changes at once in directory:".
Is there ANY way around this?
Is this an error or a warning?
Meaning, can I just ignore it? Or is it actually skipping and not
processing those events when thrown? Because so many things are
happening in the folder I cant tell which files were processed and if
any were skipped.
Thanks for any help,
Josh