/**
  * Create the external process and run the thread
  */
 public function start()
 {
     if ($this->communicator->isIsRunning() === false) {
         $this->communicator->fork();
     }
 }