public function __isset($key)
 {
     // TODO ipc handler might not be set
     return $this->_ipcHandler->__isset($key);
 }