Metadata-Version: 1.1
Name: thriftworker
Version: 0.2.10
Summary: Process incoming request and return it's result.
Home-page: https://github.com/blackwithwhite666/thriftworker
Author: Lipin Dmitriy
Author-email: blackwithwhite666@gmail.com
License: BSD
Description: ========================================================================
        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;
        
Keywords: thrift soa
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
