Re: Signaling between processes

From: Ray G. (anonymous_at_discussions.microsoft.com)
Date: 03/07/04

  • Next message: Jay B. Harlow [MVP - Outlook]: "Re: Signaling between processes"
    Date: Sun, 7 Mar 2004 10:31:05 -0800
    
    

    Thank you very much for the information on using a mutex (to act like unix Signal). It just seems to me a better way could have been exposed in the .NET classes to accomplish this trivial class. Now I am torn between importing from Win32 dll so I can use Open/Create Event, WaitForSingleObject, Set/Reset Event or implementing the mutex...


  • Next message: Jay B. Harlow [MVP - Outlook]: "Re: Signaling between processes"