Low Bandwidth X Article Index for
Low
Website Links For
Low
 

Information About

Low Bandwidth X




X was originally implemented for use with the Server and Client on the same machine or the same Local Area Network . By 1996, the Internet was becoming popular, and X's performance over narrow, slow links was problematic.

LBX ran as a Proxy Server (lbxproxy). It cached commonly used information — connection setup, large window properties, font metrics, keymaps and so on — and Compressed data transmission over the network link.

LBX was never widely deployed as it did not offer significant speed improvements. The slow links it was introduced to help were typically insecure, and X Tunneled over a Secure Shell connection — which includes compression by default — proved faster than LBX. Finally, it was shown that greater speed improvements to X could be obtained for ''all'' networked environments with care and attention to application and Widget Toolkit design, particularly care to avoid network Round Trips and hence Latency .

LBX is no longer enabled by default as of X.org 7.1 , and is scheduled for deletion from future revisions.


REFERENCES