Ejemplo n.º 1
0
def ServerCleanup():
    if _server_state:
        _server_state.Shutdown()
        extra_conf_store.Shutdown()
Ejemplo n.º 2
0
def ServerShutdown():
  _logger.info( 'Server shutting down' )
  if _server_state:
    _server_state.Shutdown()
    extra_conf_store.Shutdown()
Ejemplo n.º 3
0
def ServerShutdown():
  LOGGER.info( 'Server shutting down' )
  if SERVER_STATE:
    SERVER_STATE.Shutdown()
    extra_conf_store.Shutdown()