Metadata-Version: 1.1
Name: cipher.longrequest
Version: 1.0.5
Summary: Detecting long requests LIVE, using paster
Home-page: http://pypi.python.org/pypi/cipher.longrequest/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: cipher.longrequest
        ==================
        
        A library to watch for long requests LIVE.
        LIVE means events get fired as soon as a request takes more than the
        predefined time, not just on request completion.
        
        
        =======
        CHANGES
        =======
        
        
        1.0.5 (2013-08-26)
        ------------------
        
        - Moved ``removeWSGIStuff`` to ``RequestCheckerThread``.
        
        - Feature: collecting maximum request times, use ``getMaxRequestTime`` to
          retrieve
        
        
        1.0.4 (2012-05-22)
        ------------------
        
        - First public release
        
        
        1.0.3 (2012-05-22)
        ------------------
        
        - Added `exclude-url-%i` options
        
        
        1.0.2 (2012-05-16)
        ------------------
        
        - The original URL should be shown instead of the internal one.
          (using HTTP_X_FORWARDED_FOR)
        
        - Drop meaningless wsgi environment variables
        
        - Only report a request over limits once.
        
        - Report the final duration of the request.
        
        - When a zope request is around
          - Report the principal running the request.
          - List the query/form parameters in a nicely formatted form.
        
        
        1.0.1 (2012-05-04)
        ------------------
        
        - Forgot to declare the `make_filter` entry point.
        
        
        1.0.0 (2012-05-04)
        ------------------
        
        - Initial release as a separate package.
        
Keywords: CipherHealth long request thread paster
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
