Versions Compared

Key

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

...

The Protocol implementation is responsible for serialization/deserialization. We are currently using TBinaryProtocol as our thrift protocol for serialization. In future we may think about other protocols such as TCompactProtocol based on more performance evaluation.

Processor

Process implementation is the application logic to handle requests.