Performance Tuning: Latency
Use this procedure to tune your AccelePort device driver for reduced latency
in Novell NetWare.
For general information about latency, see About
Latency.
Latency can be reduced in the AccelePort driver by incrementally adjusting the interrupt polling period
downward from its default value of 5 milliseconds until the desired latency is
achieved.
Procedure
- Use a text editor to open the device driver initialization file,
/system/digiintl/dgdxb.ini.
- Find the string that sets the interrupt polling period, in milliseconds. It will be of the form:
AXP_INTR_PERIOD=5
- Edit this string, changing the 5 to 4, as shown below.
AXP_INTR_PERIOD=4
- Save the changed file.
- Restart Novell NetWare to effect the change.
- Verify the new interrupt polling period by entering the following command:
dxbutil
status
- If the latency is still too great, continue adjusting the interrupt
polling period downward (1 millisecond is the shortest supported polling
period) until an acceptable latency is achieved.