Beispiel #1
0
 def shutdown(self):
     print("Shutdown server")
     TCPServer.shutdown(self)
     #try:
     #    os.remove(self.pid_path)
     #except OSError as exc:
     #    logger.critical("Could not remove pid_path: %s", exc)
     print("Shutdown done")
Beispiel #2
0
 def shutdown(self):
     print("Shutdown server")
     TCPServer.shutdown(self)
     #try:
     #    os.remove(self.pid_path)
     #except OSError as exc:
     #    logger.critical("Could not remove pid_path: %s", exc)
     print("Shutdown done")