English 中文(简体)
AJRP 当地东道方和偏远地区之间的速度差异
原标题:AJAX speed difference between localhost and remote site

我不禁要问,为什么在重建当地和现场边远地点时,美国宇宙航空研究开发机构的请求之间有超过200米的差别。

我有两种设想:

1. browser - local IIS Express - remote SQL server 
2. browser - remote IIS Server - remote SQL server 

设想2 IIS服务器连接了当地网络的服务器(192.168.1*),因此,这根本不应成为问题。

Scenario #1, Firebug AJAX response around 78ms for all requests I have done
Scenario #2, Firebug AJAX response around 350ms for all requests I have done

对当地排泄IIS快车道的远程查询应当而且可能比与Kall当地子网的遥远IIS低。

So where is the slowdown? I guess it has to be between remote IIS and browser but what can I do to improve this? Normal ping to that machine is around 40ms.

Thanks

最佳回答

你使用了PeBug,这在客户方貌相方面更有意义。 您可使用Glimpse(http://blog.getglimpse.com/11/01/glimpse-0-86-released/)进行服务器外貌分析。 或许可以向您提供更多详情,说明服务器方面的内容。

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签