Custom Controllers, Pools and Extensions
The cobald.daemon is capable of loading any modules and code importable
by its Python interpreter.
In addition, plugins can be registered for fast access in configuration files.
Extensions are integrated as classes that satisfy the Controller,
Pool or Decorator interfaces.
Internally, extensions can be organized and implemented as required.