skip to main content

Performance Tuning : Guidelines for performance optimization : Thin Client optimization

Thin Client optimization
Client/Server performance in Thin Client environment are influenced by the network traffic generated by the communication between the user interface that runs on the client and the back-end part that runs on the server. Refer to User Interface Optimization for suggestions about how to optimize this communication.
In addition, when working in a thin client environment, the following suggestions might be useful.
if you have a lot of icons and pictures, you may consider to copy them to the client machine and load them from there using WBITMAP-LOAD-FROM-CLIENT instead of WBITMAP-LOAD. The copy could be done during the installation or your application or at the very first runtime session. Loading bitmaps from the client machine reduces the client/server traffic and, as a consequence, improves performance.
isCOBOL offers the ability to compress data that transits on the TCP/IP. Set iscobol.gui.cscompress * properly to take advantage of this feature.

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left