Metadata-Version: 1.0
Name: circus
Version: 0.2
Summary: Circus is a program that will let you run and watch  multiple processes.
Home-page: UNKNOWN
Author: Mozilla Foundation & contributors
Author-email: services-dev@lists.mozila.org
License: UNKNOWN
Description: ======
        Circus
        ======
        
        Circus is a program that runs and watches several processes.
        
        Circus can be used as a library or through the command line.
        
        For more information about the motivation for this project, see `this blog post <http://ziade.org/2012/02/24/circus-a-process-controller/>`_.
        
        .. image:: https://secure.travis-ci.org/mozilla-services/circus.png?branch=master
           :alt: Build Status
           :target: https://secure.travis-ci.org/mozilla-services/circus
        
        Links:
        
        - The full documentation is located at : http://circus.readthedocs.org
        - You can reach us for any feedback, bug report, or to contribute, at 
          https://github.com/mozilla-services/circus
        
        
        CHANGES
        =======
        
        0.2 - 2012-04-04
        ----------------
        
        - Removed the *show* name. replaced by *watcher*.
        - Added support for setting process **rlimit**.
        - Added support for include dirs in the config file.
        - Fixed a couple of leaking file descriptors.
        - Fixed a core dump in the flapping
        - Doc improvments
        - Make sure circusd errors properly when another circusd
          is running on the same socket.
        - get_arbiter now accepts several watchers.
        - Fixed the cmd vs args vs executable in the process init.
        - Fixed --start on circusctl add
        
        
        0.1 - 2012-03-20
        ----------------
        
        - initial release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 3 - Alpha
