WL#8639: X Protocol

Status: Complete

X Protocol
==========

The X Protocol focuses on:

* extensibility
* performance
* security

Extensibility includes flexibility to add capabilities for example ensuring the
protocol supports things like pipelining to reduce round trips and more.

Performance is achieved by ensuring that the protocol can utilize pipelining and 
therefore reduce the number of round-trips

Security comes with using trusted, proven standards for like TLS and SASL.