There is an web application written in ASP, java script, vb script that resides on a server. Its purpose to view reports using IE . The main problem is that the application hungs often. After you open one report, when you try to load the second one, it
takes for ever just to open the latter. I need an utility to detect memory leaks , if any. Computer performance shows CPU/memory usage at only 1% when running the applic. Any suggestions are welcome.
Thanks
It is not the big things you say it is the little things you do.
convectus28
Member
7 Points
47 Posts
Anyone knows of an utility to detect memory leaks for ...
May 08, 2007 09:49 PM|LINK
Hi all
There is an web application written in ASP, java script, vb script that resides on a server. Its purpose to view reports using IE . The main problem is that the application hungs often. After you open one report, when you try to load the second one, it takes for ever just to open the latter. I need an utility to detect memory leaks , if any. Computer performance shows CPU/memory usage at only 1% when running the applic. Any suggestions are welcome.
Thanks
LoneWolfCode...
Member
6 Points
6 Posts
Re: Anyone knows of an utility to detect memory leaks for ...
May 09, 2007 02:04 PM|LINK
convectus28
Member
7 Points
47 Posts
Re: Anyone knows of an utility to detect memory leaks for ...
May 09, 2007 03:34 PM|LINK
JeffreyABeck...
All-Star
16423 Points
3329 Posts
Re: Anyone knows of an utility to detect memory leaks for ...
May 09, 2007 06:53 PM|LINK
asp or asp.net? My guess is that you're having threading issues or COM interop issues more than you're having memory leaks
Warning: Code is often uncompiled and possibly started life written on the back of a napkin. Beware typos.
convectus28
Member
7 Points
47 Posts
Re: Anyone knows of an utility to detect memory leaks for ...
May 14, 2007 05:04 PM|LINK