Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MTS Hanging and Performance problem

Status
Not open for further replies.

Vinodpillai

Technical User
May 12, 2001
18
0
0
IN
I am using an ActiveX Dll built using Vb6.0 and MTS 2.0. Backend is Oracle 8.0.5 with patch 80525. The application server is Compaq P6 - Winnt 4.0 SP6 , 1 GB ram , 20GB HDD dual processor.
The mtx.exe size increses upto 50MB plus and then the system does not allow users to connect to the application server. There is no message in event viewer and no .trc files generated. We are using Microsoft odbc for Oracle. And have installed MDAC2.5.

Generally all that our code does is that it has 2 classes:
one a queryclass that takes a queryid and a recordset from the client and internally it fetches the query from oracles replaces it values and then fires the query. The output is sent back to the client.

In other classes all that we do is call the query class to update data and maybe execute a stored proc etc.

We have checked for mem leaks by setting all declared objects to nothing. Also after closing each module we waited for the timeout time to see if mtx.exe is disappearing. This has worked fine.

But now either the app server hangs or the performance gets slow.

Can u help us with some tools or ideas to track and solve this problem. Any mem leak tools that are available.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top