Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

zopefoundation/zc.signalhandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.. caution:: 

    This repository has been archived. If you want to work on it please open a ticket in https://github.com/zopefoundation/meta/issues requesting its unarchival.

================
zc.signalhandler
================

This package allows registration of signal handlers from ``ZConfig``
configuration files within the framework provided by the Zope Toolkit.

Any number of handlers may be registered for any given signal.

To use this from your ``zope.conf`` file, ensure this package is
available to your application, and include a section like this::

    %import zc.signalhandler

    <signalhandlers log-handling>
       USR1  ZConfig.components.logger.loghandler.reopenFiles
       USR1  yourapp.tasks.doSomethingUseful
    </signalhandlers>

See the ``README.txt`` inside the ``zc.signalhandler`` package for
complete documentation.


Release history
===============

1.2 (2010-11-12)
----------------

- Moved development to zope.org, licensed under the ZPL 2.1.


1.1 (2007-06-21)
----------------

This was a Zope Corporation internal release.

- Fix compatibility with ``zope.app.appsetup.product``.


1.0 (2007-06-21)
----------------

Initial Zope Corporation internal release.

About

Configurable signal handling for ZConfig

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages