private function autoCloseRead()
 {
     if ($this->autoclose) {
         self::$conn_manager->closeReadConnection();
     }
 }