How can I shorten this time?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I found a surprising problem.
I sent a zero length's request in my asp.net program to another asp.net
program on the local machine. until I received the zero length's response
data, it only took me 32ms.
while I sent the same request in my C# WinForm program to the other
asp.net program on the same machine, it took me more than 100ms, the average
is 180ms.
Why did the request in WinForm program need more time than in WebForm
program? That's why I felt surprising, Where did the time spend? and How can
I shorten the response time?
Your help is much appreciated!
 
Hi WRT:

What code are you using to send / recieve / time the response?
Did you take the average of a large number of samples or just run a
handful of time? I would also think they should average out to be
comparable.

--
Scott
http://www.OdeToCode.com/blogs/scott/


On Thu, 28 Oct 2004 02:19:02 -0700, "Web Response Time" <Web Response
 
Back
Top