Metadata-Version: 1.0
Name: Products.signalstack
Version: 1.0rc1
Summary: Show stacktrace on signal
Home-page: UNKNOWN
Author: Jarn AS
Author-email: info@jarn.com
License: BSD
Description: Introduction
        ============
        
        This package is a simple debugging tool for Zope 2 instances that are
        stuck. Unlike the `z3c.deadlockdebugger`_ and `DeadlockDebugger`_ this
        package also works if all threads in an instance are stuck.
        
        If you send the *USR1* signal to a Zope2 instance with Products.signalstack
        installed it will dump a stracktrace of all threads on the console.
        
        
        .. _z3c.deadlockdebugger: http://pypi.python.org/z3c.deadlockdebugger
        .. _DeadlockDebugger: http://www.zope.org/Members/nuxeo/Products/DeadlockDebugger
        
        
        Changelog
        =========
        
        1.0rc1 - October 15, 2008
        -------------------------
        
        * Initial release
        [wichert]
        
        
        
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
