<DbServerWANProxy>
Section:
WMServerInfo
Required:
No
Values:
String (true, false, true_off)
Default:
false
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This is a tool for developers to use to simulate performance when the Database Server is connected to a client over a Wide Area Network (WAN). It also facilitates monitoring database requests and performance.
If you are extending or adding functionality, it's often good to use this tool to make sure that you are not introducing performance issues, especially over a Wide Area Network.
true
Starts the tool and displays the database requests in a Command Shell window. It also emulates WAN performance by adding 150 milliseconds latency for each request and limits bandwidth to 150 kilobytes per second.
false
(default) The tool is not started. This is the same as not including this tag in your xml configuration file.
true_off
Starts the tool and displays the database requests in a Command Shell window. However, WAN emulation is off, so there are no latency additions or bandwidth restrictions.
Entering a ? in the Command Shell window while the tool is running will display the list of possible commands.
Example
This example shows the tool set to run and display and emulate WAN performance:
<DbServerWANProxy>true</DbServerWANProxy>
This example shows the tool set to run and display database requests only.
<DbServerWANProxy>true_off</DbServerWANProxy>
Was this helpful?