thriftworker
HomePage: https://github.com/blackwithwhite666/thriftworker
Author: Lipin Dmitriy
Download: https://pypi.python.org/packages/source/t/thriftworker/thriftworker-0.2.10.tar.gz
======================================================================== ThriftWorker - implements workers, transports, protocols for ThriftPool. ======================================================================== CI status: |cistatus| `ThriftWorker` provides implementation of some primitives for `ThriftPool`_. Key features: * Support multiple workers implementation (sync, threads pool); * Support multiple transports (currently only framed transport over TCP). .. |cistatus| image:: https://secure.travis-ci.org/gdeetotdom/thriftworker.png?branch=master .. _`ThriftPool`: https://github.com/blackwithwhite666/thriftpool Changelog ========= 0.1.11 - 0.1.14 --------------- - Fix bugs; 0.1.1 - 0.1.10 -------------- - Add support for prefork model; 0.1.0 (initial release) ----------------------- - Base prototype;