A
Andy
Hi,
I'm trying to syncronize access to a shared resource between processes
using system semaphores.
The processes are spawned by Cruise Control.Net. I use
OpenExisting,and if that fails I catch the exception and use new
Semaphore( name );
The problem is that OpenExisting always fails, even though the other
process has created the semaphore.
The CCNET service is running as a domain user.
Any ideas?
Thanks
Andy
I'm trying to syncronize access to a shared resource between processes
using system semaphores.
The processes are spawned by Cruise Control.Net. I use
OpenExisting,and if that fails I catch the exception and use new
Semaphore( name );
The problem is that OpenExisting always fails, even though the other
process has created the semaphore.
The CCNET service is running as a domain user.
Any ideas?
Thanks
Andy