Container for thrift services.


Keywords
thrift, soa
License
BSD-3-Clause
Install
pip install thriftpool==0.2.9

Documentation

ThriftPool - Container for thrift services.

CI status: cistatus

ThriftPool is an application server for Thrift services. It should create needed sockets, start workers, serve requests from client and log them. It use pyuv as wrapper for libuv and pre-fork model for load balancing between workers. Request processing written in Cython.

Key features:

  • Pre-fork worker model;
  • Fast request processing (~3500 rps);
  • Support request logging.

Code of project based on Celery.