Metadata-Version: 1.0
Name: powerhose
Version: 0.3
Summary: Implementation of the Request-Reply Broken pattern in ZMQ
Home-page: https://github.com/mozilla-services/powerhose
Author: Mozilla Services
Author-email: services-dev@mozilla.org
License: MPLv2.0
Description: =========
        Powerhose
        =========
        
        Powerhose turns your CPU-bound tasks into I/O-bound tasks so your Python applications
        are easier to scale.
        
        .. image:: https://secure.travis-ci.org/mozilla-services/powerhose.png?branch=master
           :alt: Build Status
           :target: https://secure.travis-ci.org/mozilla-services/powerhose
        
        
        Powerhose is an implementation of the
        `Request-Reply Broker <http://zguide.zeromq.org/page:all#A-Request-Reply-Broker>`_
        pattern in ZMQ.
        
        See http://powerhose.readthedocs.org for a full documentation.
        
        
        CHANGES
        =======
        
        0.3 - 2012-05-24
        ----------------
        
        - implemented timeout_max_overflow in the client.
        - the stacks are dumped on worker timeouts
        - now using delayed callbacks for the heartbeat
        
        0.2 - 2012-04-17
        ----------------
        
        - make sure execution errors are properly transmited and raised.
        - fixed the pool of connectors - so every connector is correctly freed
        - now workers can get extra options from the command-line
        
        0.1 - 2012-04-05
        ----------------
        
        - initial release.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
