synchronization

A synchronization barrier primitive that allows multiple processes to block on an event until some other process triggers the event. When a process triggers the event, all processes that are blocked on the event are unblocked; the operation has no effect if no processes are blocked.

Give Me Some Hint How Should I Start
no its for threads i said for across a process
you can use them for processes also.
by process i does not mean CreateProcess();
by process i mean the two separate programs
You should be able to use MUTEXes through Processes.

See here:

http://stackoverflow.com/questions/4191465/how-to-run-only-one-instance-of-application
Topic archived. No new replies allowed.