Ejemplo n.º 1
0
 def __init_control_thread(self):
     """
     ///to be updated
     we init the control thread here for:
         1. asking status
             11. How many threads
             12. The status for each threads, timestamp or \
                 something like that
             13. The leangths for inQueue and outQueue
             14. The running times(duration, timeBegin...).
         2. doing some controlling works by \
             http interfaces(nothing implemented now, to do)
     """
     self.cThread = Controller(self)
     pass