Esempio n. 1
0
    def shutDown(self):
        """Shut down the monitoring thread.

        This is done in addition to the normal shutdown procedure.
        """
        self.deactivateAutoReload()
        AppServer.shutDown(self)
Esempio n. 2
0
    def shutDown(self):
        """Shut down the monitoring thread.

        This is done in addition to the normal shutdown procedure.
        """
        self.deactivateAutoReload()
        AppServer.shutDown(self)
 def shutDown(self):
     print 'Stopping AutoReload Monitor'
     sys.stdout.flush()
     self._shuttingDown = 1
     self.deactivateAutoReload()
     AppServer.shutDown(self)