MTS/DLL What procedure is being executed 
Author Message
 MTS/DLL What procedure is being executed

I have a VB 6.0 DLL. It has several functions that are being called by
a website.

There is a problem with the DLL. It seems after an indeterminate amount
of time, the CPU Usage is pegged at 100% and the task that is hogging
the cpu is mtx.exe. From this I looked into the transaction explorer
and noticed one dll (ball) that was spinning non stop. That isolated
the problem !

Now, what tool can I use that will tell me which procedure in the DLL
is tying up the cpu.  I have tried putting debugging code in to no
avail.

Anyone run into this before. Any suggestions would be helpful. Thanks
in advance.

This low level stuff stinks ;)

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Sat, 25 Jan 2003 03:00:00 GMT  
 MTS/DLL What procedure is being executed
Hi,

You can get tons of tools just for that (and if there is a ton, it is
because many may be needed, mainly if you have to go up to the interrupt
level). There is a Power Point presentation giving a brief summary of the
most widely used at http://microsoft.com/canada/events/presentations/
(select the View from TechNet presentation), presentation mainly based from
information taken from "Inside Windows NT Second Edition" MS Press by David
Solomon.

Hoping it may help,
Vanderghast, Access MVP

Quote:

> I have a VB 6.0 DLL. It has several functions that are being called by
> a website.

> There is a problem with the DLL. It seems after an indeterminate amount
> of time, the CPU Usage is pegged at 100% and the task that is hogging
> the cpu is mtx.exe. From this I looked into the transaction explorer
> and noticed one dll (ball) that was spinning non stop. That isolated
> the problem !

> Now, what tool can I use that will tell me which procedure in the DLL
> is tying up the cpu.  I have tried putting debugging code in to no
> avail.

> Anyone run into this before. Any suggestions would be helpful. Thanks
> in advance.

> This low level stuff stinks ;)

> Sent via Deja.com http://www.deja.com/
> Before you buy.



Sun, 26 Jan 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. I am trying to update a record, i am not using data control

2. I am learning VB.NET and am wondering....

3. I am trying to update a record, i am not using data control

4. Am I better off without MTS (more...)?

5. What event/procedure am I in?

6. When is 5:00 AM not 5:00 AM? When it's 5:00 AM.

7. ActiveX DLL and ASP - What am I missing?

8. ActiveX DLL and ASP - What am I missing????

9. Which DLL contains Novell who am i?

10. Am I allowed to copy texts and DLLs?

11. BAD DLL calling conventions - What am I doing wrong

12. Which DLL contains Novell who am i?

 

 
Powered by phpBB® Forum Software