示例#1
0
 def shutdown(self, c):
     "Call unlink() on all tracked shared memory, terminate the Server."
     self.shared_memory_context.unlink()
     return Server.shutdown(self, c)
示例#2
0
 def shutdown(self, c):
     self.shared_memory_context.unlink()
     return Server.shutdown(self, c)