Skip to content

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.

About

App server that hosts thrift services.

Resources

Stars

18 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages