Web is slow

  • Thread starter Thread starter meo
  • Start date Start date
M

meo

I develop some coding like scenario as following:

1. myAppServer --tcp--> IIS ----> Web Application

2. myAppServer --tcp--> Windows Application

I found that Web Application return the results very slow (more than 3-4
times of Windows Application)

How can I tuning IIS?
 
My advice to you is to turn on tracing to see exactly where the hang up is.
Otherwise, you are playing a guessing game here.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 
Actually I found the problem is in IIS 5.0/6.0 because of I am using the
same library (.dll) to connect to Application Server with TCP connection.

It is fast if I integrated dll to Windows Application but if I integrate to
Web Application, it is slow.

The performance is different around 4 times.

How can I do?

I suppose that IIS has some process to thinking and it cannot return the
message instantly.
------------------------------------------------------
 
Back
Top