Performance auto-tuning
Performance auto-tuning is used when an application is generating a large amount of graphical data or when a client system has limited processing speed. When performance auto-tuning is enabled, the client machine reports the rate at which it is processing the data the host is sending. The host uses this information to reduce the total amount of data it sends by eliminating any graphical information that the client system is unable to keep up with, such as animations with a high frame rate, or by choosing to send an image of an application's contents rather than primitive graphical operations.
Performance auto-tuning allows any client to run even the most graphically intense applications. Performance auto-tuning is disabled by default. You can enable performance auto-tuning for all clients connecting to a host.
-
Navigate to
C:\ProgramData\ACSXerox
and create a backup of theHostProperties.xml
file. -
In Wordpad, open
HostProperties.xml
and locate the following section:</property>
- <property id="ClientProcessingBatch" group="Miscellaneous" type="UINT32">
<value>0</value>
</property> - Change the
ClientProcessingBatch
value from0
to1
. - Stop and start the FH Web Edition Application Publishing Service.