Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Thrift is a RPC framework for building cross-platform services. Its stack consists of 4 layers: Server, Transport, Protocol and Processor. The usage of those layers from HS2 implementation is described as follows.

Server

HS2 uses TThreadPoolServer for TCP mode and Jetty server for HTTP transport and