Package cherrypy :: Package process :: Module plugins
[hide private]
[frames] | no frames]

Module plugins

source code

Site services for use with a Web Site Process Bus.

Classes [hide private]
  SimplePlugin
Plugin base class which auto-subscribes methods for known channels.
  SignalHandler
Register bus channels (and listeners) for system signals.
  DropPrivileges
Drop privileges.
  Daemonizer
Daemonize the running script.
  PIDFile
Maintain a PID file via a WSPBus.
  PerpetualTimer
A responsive subclass of threading._Timer whose run() method repeats.
  BackgroundTask
A subclass of threading.Thread whose run() method repeats.
  Monitor
WSPBus listener to periodically run a callback in its own thread.
  Autoreloader
Monitor which re-executes the process when files change.
  ThreadManager
Manager for HTTP request threads.
Variables [hide private]
  _module__file__base = '/build/cherrypy3-yPHnVl/cherrypy3-3.2.2'
  __package__ = 'cherrypy.process'