Exemple #1
0
 def remove_runtime_service(self, component):
     if self.is_multiprocess and component == 'db':
         self.send('DB_CLOSE')
     BaseService.remove_runtime_service(self, component)
 def remove_runtime_service(self, component):
     if self.is_multiprocess and component == "db":
         self.send("DB_CLOSE")
     BaseService.remove_runtime_service(self, component)
Exemple #3
0
 def remove_runtime_service(self, component):
     if self.is_multiprocess and component == 'db':
         self.send('DB_CLOSE')
     BaseService.remove_runtime_service(self, component)