Search:

Type: Posts; User: RikSaunderson

Search: Search took 0.00 seconds.

  1. Mutexes are process specific

    I did think about putting a giant mutex around the main function, but the problem is that a mutex guarantees mutual exclusion for threads within the same process. Two processes will have separate...
  2. Test to see whether a named process is running - platform independent

    Hi there,
    I'm trying to find a way of testing whether my process is already running when I try to spin it up. If it is already running, I then need to kill it. The problem is that the application...
Results 1 to 2 of 2