Skip to content

gdeetotdom/thriftpool

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages