예제 #1
0
 protected function beforeServerLoop()
 {
     parent::beforeServerLoop();
     socket_set_nonblock($this->sockServer);
     pcntl_signal(SIGUSR1, array($this, 'handleProcess'), true);
 }