filesystemwatcher

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    #1

    filesystemwatcher

    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.





Working...