I am using a filesystem watcher component in a service using vb.net.
When a file is created in the monitored directory a com object is created
which then processes the files.
I am writing to the debug window the filenames when the created event
happens.
This works fine with about 20 or 30 files dropped into the directory all at
once, but if any more are dropped into the directory only one file is
reported to the debug window as being created.
This file is processed by the com object but all the rest of the files are
left behind.
Is there a limit to how many created files a file system watcher component
can handle at once.
Any help would be appreciated, thanks in advance Dave.
When a file is created in the monitored directory a com object is created
which then processes the files.
I am writing to the debug window the filenames when the created event
happens.
This works fine with about 20 or 30 files dropped into the directory all at
once, but if any more are dropped into the directory only one file is
reported to the debug window as being created.
This file is processed by the com object but all the rest of the files are
left behind.
Is there a limit to how many created files a file system watcher component
can handle at once.
Any help would be appreciated, thanks in advance Dave.