CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.18 seconds.

  1. Replies
    5
    Views
    17,619

    Re: filesystem watcher duplicates events

    I not saying this is definitely the problem, but if the watcher throws an event and the OnChanged event doesn't immediately return, it's possible that another event will occur while the OnChange...
  2. Replies
    5
    Views
    17,619

    Re: filesystem watcher duplicates events

    More likely is the WaitForExit causes the OnChanged handler to block which in tern causes the change evevts to queue up.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured