response time problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • IIS的响应时间问题,急!!!多谢无è¨

    #1

    response time problem

    i distribute a website on IIS which is programmed with C# HttpHandler,the n i
    send empty call to the website and record the time that the call return to
    client.

    1、when the client is C# Winform, it waste about 75 millisecond if website
    and the client are both on the same machine or are on different machine in
    the same local network.

    2、when the client(IE) is C++ ActiveX Control,it waste about 75 millisecond
    if the client and the website are both on the same machine,but waste above
    150 millisecond if client and the website are on the different machine in the
    same local network.why?

    it's a urgent problem because we need the best response performance,
    please help me and tell me how to solve it.

    thank you very much!

    (by the way,if server is EASERVER(Sybase Server),it nearly waste the same
    time.it is IIS5.0)

Working...