12.2 Demo - Speed Debugger
Speed Debugger demonstrates how to simulate slow connections. This is useful for both debugging
and simulating slower network connections such as modems to test performance of your application.
Speed Debugger consists of a main form and a custom IOHandler. Speed Debugger uses a mapped
port component to proxy HTTP traffic for a specified web server. A browser then connects to Speed
Debugger and Speed Debugger retrieves a web page from the specified web server, but returns it to
the web browser by throttling (slowing down) the data at the specified speed.
The text box is used to specify a web server. Note that it does not specify a URL and therefore does
not contain http:// or a web page reference. It only specifies the server host name or IP address. If
you have a local web server running you can change it to use 127.0.0.1 to use the local web server.
The combo box is used to select the speed to restrict the connection to and consists of the following
choices. The simulated restricted speed is displayed in parentheses.在看一些关于Indy用法的时候遇到这个问题:Speed Debugger在哪里打开?