Can a .NET Semaphore be shared between users on the same computer? -
i need restrict access shared resource between 2 users logged terminal server sessions (windows 2008 r2 x64). tests, appears 1 user cannot see named system semaphore created user. if try sharing semaphore within same user account, works. should able share across accounts?
you need create global semaphore that's visible across sessions. prefix name global\
.
Comments
Post a Comment