|
Home > Archive > IIS Server > September 2005 > ASP pages loading real slow on IIS 6.0 with COM+ dll (VB code)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASP pages loading real slow on IIS 6.0 with COM+ dll (VB code)
|
|
| r_Addagudi@yahoo.com 2005-09-24, 2:48 am |
| 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.
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.
| |
| Egbert Nierop \(MVP for IIS\) 2005-09-24, 2: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.
>
| |
| revathi.addagudi@apioutsourcing.com 2005-09-30, 2:50 am |
| it is a mysql database backend. We have business objects in VB 6 com+
dll and asp pages are calling those objects. Any idea on what the
log(dump file) says?
Thanks for you reply.
|
|
|
|
|