Click here to Skip to main content
16,006,006 members
Home / Discussions / C#
   

C#

 
GeneralFileAttributes Pin
SJR_18-Aug-05 7:04
SJR_18-Aug-05 7:04 
GeneralRe: FileAttributes Pin
Guffa8-Aug-05 7:07
Guffa8-Aug-05 7:07 
GeneralRe: FileAttributes Pin
SJR_18-Aug-05 7:12
SJR_18-Aug-05 7:12 
GeneralRe: FileAttributes Pin
Guffa8-Aug-05 7:54
Guffa8-Aug-05 7:54 
GeneralMutex Not Working Pin
Dwayner798-Aug-05 7:02
Dwayner798-Aug-05 7:02 
GeneralRe: Mutex Not Working Pin
Guffa8-Aug-05 7:14
Guffa8-Aug-05 7:14 
GeneralRe: Mutex Not Working Pin
Dwayner798-Aug-05 7:28
Dwayner798-Aug-05 7:28 
GeneralRe: Mutex Not Working Pin
S. Senthil Kumar8-Aug-05 18:01
S. Senthil Kumar8-Aug-05 18:01 
Maybe one of your Mutex protected functions called another Mutex protected one? Because they are on the same thread, the mutex won't block and you'll enter the mutex immediately. Or maybe there is a typo in one of your Mutex constructors that causes a new Mutex to be created?

That aside, are these functions spread across processes? Mutexes are heavyweight, so I'd prefer Monitor.Enter and Exit, unless of course synchronization needs to be cross process.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 1:08
Dwayner799-Aug-05 1:08 
GeneralRe: Mutex Not Working Pin
jan larsen8-Aug-05 21:24
jan larsen8-Aug-05 21:24 
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 1:09
Dwayner799-Aug-05 1:09 
GeneralRe: Mutex Not Working Pin
jan larsen9-Aug-05 1:21
jan larsen9-Aug-05 1:21 
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 1:37
Dwayner799-Aug-05 1:37 
GeneralRe: Mutex Not Working Pin
jan larsen9-Aug-05 1:40
jan larsen9-Aug-05 1:40 
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 1:53
Dwayner799-Aug-05 1:53 
GeneralRe: Mutex Not Working Pin
jan larsen9-Aug-05 2:17
jan larsen9-Aug-05 2:17 
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 2:36
Dwayner799-Aug-05 2:36 
GeneralRe: Mutex Not Working Pin
jan larsen9-Aug-05 2:08
jan larsen9-Aug-05 2:08 
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 2:27
Dwayner799-Aug-05 2:27 
GeneralRe: Mutex Not Working Pin
jan larsen9-Aug-05 3:07
jan larsen9-Aug-05 3:07 
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 3:31
Dwayner799-Aug-05 3:31 
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 3:55
Dwayner799-Aug-05 3:55 
GeneralRe: Mutex Not Working Pin
jan larsen9-Aug-05 4:02
jan larsen9-Aug-05 4:02 
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 4:19
Dwayner799-Aug-05 4:19 
GeneralRe: Mutex Not Working Pin
Dwayner799-Aug-05 4:42
Dwayner799-Aug-05 4:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.