Package Gnumed :: Package pycommon :: Module gmBackendListener
[frames] | no frames]

Module gmBackendListener

source code

GNUmed database backend listener.

This module implements threaded listening for asynchronuous notifications from the database backend.


Author: H. Herb <hherb@gnumed.net>, K.Hilbert <karsten.hilbert@gmx.net>

License: GPL v2 or later

Classes
  gmBackendListener
Variables
  __doc__ = """GNUmed database backend listen...
  signals2listen4 = ['db_maintenance_warning', 'db_maintenance_d...
  __package__ = 'Gnumed.pycommon'

Imports: sys, time, threading, select, logging, gmDispatcher, gmBorg


Variables Details

__doc__

Value:
"""GNUmed database backend listener.

This module implements threaded listening for asynchronuous
notifications from the database backend.
"""

signals2listen4

Value:
['db_maintenance_warning',
 'db_maintenance_disconnect',
 'gm_table_mod']