Named mutex and cpu time

  • Thread starter Thread starter k a
  • Start date Start date
K

k a

Hello NG

I'm using a named mutex to protect shared data between 3 processes.
I've noticed that each process that waits for the mutex uses 50% of CPU usage...
Can someone tell me what to do to minimize the CPU usage in the waiting processes?

thanks
patrice
 
Please post your code. A wait should not consume CPU cycles, probably there
is something else going on.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top