def Process(self, *args, **kwargs):
     if self.__name:
         kwargs.update(name=self.__name)
     return mpThreadPool.Process(*args, **kwargs)