How can we help you today? How can we help you today?
asthomas
Suggestions for enhancement
I'm working with an application that has many threads, about 60 in all. Some are running managed code and some are running unmanaged code. Some of the managed threads are worker threads that get ...
2 followers 3 comments 0 votes
Wrong CPU attribution in Monitor, Mutex and Semaphore?
My program makes use of C#'s lock, which is a wrapper on the Monitor object. lock (myObject) { // do something } When I run my program with Ants, the Monitor.Enter and Monitor.Release calls ap...
0 followers 0 comments 0 votes