 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Eelke Guest
|
Posted: Wed Apr 25, 2007 8:11 am Post subject: Tool for monitoring mutexes |
|
|
Does anyone know of a good tool for monitoring the creation and
destruction of named mutexes.
Eelke |
|
| Back to top |
|
 |
dhoke Guest
|
Posted: Wed Apr 25, 2007 6:06 pm Post subject: Re: Tool for monitoring mutexes |
|
|
"Eelke" <e.klein (AT) remove (DOT) mplussoftware.nl> wrote in message
news:462f043a (AT) newsgroups (DOT) borland.com...
| Quote: | Does anyone know of a good tool for monitoring the creation and
destruction of named mutexes.
|
No.
But, since the mutexes are named, you might be able to crudely use
sysinternals winobj... which I guess is now owned by Microsoft...
http://www.microsoft.com/technet/sysinternals/SystemInformation/WinObj.mspx
It requires a manual refresh to update (at least last time I used), but I
think the BaseNamedObject area can show various named objects (including
mutexes), and allow you to see their current reference counts, and maybe
ownership.
|
|
| Back to top |
|
 |
Eelke Guest
|
Posted: Thu Apr 26, 2007 8:10 am Post subject: Re: Tool for monitoring mutexes |
|
|
dhoke schreef:
| Quote: | But, since the mutexes are named, you might be able to crudely use
sysinternals winobj... which I guess is now owned by Microsoft...
http://www.microsoft.com/technet/sysinternals/SystemInformation/WinObj.mspx
It requires a manual refresh to update (at least last time I used), but I
think the BaseNamedObject area can show various named objects (including
mutexes), and allow you to see their current reference counts, and maybe
ownership.
Thx, i'll check it out, |
Eelke |
|
| Back to top |
|
 |
Arnie Guest
|
Posted: Thu Apr 26, 2007 8:18 pm Post subject: Re: Tool for monitoring mutexes |
|
|
"Eelke" <e.klein (AT) remove (DOT) mplussoftware.nl> wrote in message
news:462f043a (AT) newsgroups (DOT) borland.com...
| Quote: | Does anyone know of a good tool for monitoring the creation and
destruction of named mutexes.
Eelke
|
Go to http://www.microsoft.com/technet/sysinternals/default.mspx
Look for Process Explorer (procexp.exe). It's kind of like task manager on
steroids. You can select a process in the 'upper' window pane and then show
either DLLs or handles in the 'lower' window pane. It's great for detecting
leaked handles, etc.
- Arnie |
|
| Back to top |
|
 |
Alex Bakaev [TeamB] Guest
|
Posted: Thu Apr 26, 2007 9:22 pm Post subject: Re: Tool for monitoring mutexes |
|
|
Eelke wrote:
| Quote: | Does anyone know of a good tool for monitoring the creation and
destruction of named mutexes.
Eelke
|
Intel's VTune should have this ability.
..a |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|