kdb.core module

core - Core Component

Core management component and main loop handler. All events are processes by this component and also handles system signals to help reload the configuration and terminate the system.

class kdb.core.Core(*args, **kwargs)

Bases: circuits.core.components.BaseComponent

channel = 'core'
init(config)
signal(signo, stack)

This Page