Metadata-Version: 1.1
Name: circus
Version: 0.4
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.io
        - There's a maling list for any feedback or question: https://lists.mozilla.org/listinfo/dev-services-circus
        - The repository and issue tracker is at GitHub : https://github.com/mozilla-services/circus
        - Join us on the IRC : Freenode, channel #mozilla-circus
        
        CHANGES
        =======
        
        0.4 - 2012-06-12
        ----------------
        
        * Added a plugin system
        * Added a "singleton" option for watchers
        * Fixed circus-top screen flickering
        * Removed threads from circus.stats in favor of zmq periodic callbacks
        * Enhanced the documentation
        * Circus client now have a send_message api
        * The flapping feature is now a plugin
        * Every command line tool have a --version option
        * Added a statsd plugin (sends the events from circus to statsd)
        * The web UI now uses websockets (via socketio) to get the stats
        * The web UI now uses sessions for "flash messages" in the web ui
        
        0.3.4 - 2012-05-30
        ------------------
        
        - Fixed a race condition that prevented the controller
          to cleanly reap finished processes.
        - Now check_flapping can be controlled in the configuration.
          And activated/deactivated per watcher.
        
        
        0.3.3 - 2012-05-29
        ------------------
        
        - Fixed the regression on the uid handling
        
        0.3.2 - 2012-05-24
        ------------------
        
        - allows optional args property to add_watcher command.
        - added circushttpd, circus-top and circusd-stats
        - allowing Arbiter.add_watcher() to set all Watcher option
        - make sure the redirectors are re-created on restarts
        
        
        0.3.1 - 2012-04-18
        ------------------
        
        - fix: make sure watcher' defaults aren't overrided
        - added a StdoutStream class.
        
        0.3 - 2012-04-18
        ----------------
        
        - added the streaming feature
        - now displaying coverage in the Sphinx doc
        - fixed the way the processes are killed (no more SIGQUIT)
        - the configuration has been factored out
        - setproctitle support
        
        
        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: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 3 - Alpha
