protected function _execute_forked($url, $data)
 {
     $this->forkedCalls++;
     return parent::_execute_forked($url, $data);
 }