09-24-05 07:48 AM
<r_Addagudi@yahoo.com> wrote in message
news:1127544897.774228.323800@g44g2000cwa.googlegroups.com...
> Hi,
> We developed a site that has ASP code with COM+ dll (using VB)on IIS
> 6.0 with win 2003 OS, dual processor. The pages are loading extremly
> slow. We have turned on HTTP compression but still it is severly slow.
Hi,
This could be anything it is not VB6 itself anyway.
It is the code it is running, are you using a SQL database? What is the DLL
doing? What do you connect?
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm
> Just to display 270 itmes list (job list) (25 items per tab), it is
> taking anywhere between 48 secs - 61 secs. I ran DebugDiag against our
> test server which is similar to production environment and created IIS
> memory dump. But i have no clue how to read this. Please help me in
> understanding this dump file so that we can take necessary actions in
> right directions rather than spending lot of time some where else.
>
> Your help is greatly appreciated.
> Thanks
> Revathi
>
> here is the dump file.( the file is too big to post here so sending the
> key information only)
>
> clbcatq.dll is responsible for 16.04 KBytes worth of outstanding
> allocations. The following are the top 2 memory consuming functions:
> clbcatq!CComClass::DupeBytes+1f: 12.33 KBytes worth of outstanding
> allocations.
> clbcatq!CComClass::InitMethods+f5: 1.20 KBytes worth of outstanding
> allocations.
>
> kernel32.dll is responsible for 3.55 KBytes worth of outstanding
> allocations. The following are the top 2 memory consuming functions:
> kernel32!FlsSetValue+50: 3.55 KBytes worth of outstanding allocations.
>
> kernel32.dll is responsible for 2.54 KBytes worth of outstanding
> allocations. The following are the top 2 memory consuming functions:
> kernel32!FlsSetValue+50: 2.54 KBytes worth of outstanding allocations.
>
> msxml3.dll is responsible for 980 Bytes worth of outstanding
> allocations. The following are the top 2 memory consuming functions:
> msxml3!calloc+90: 980 Bytes worth of outstanding allocations.
>
[ Post a follow-up to this message ]
|