load(); } } return self::$stInstance; } private function __construct() { parent::__construct(new policy()); if (defined('SUPPORT_PTHREAD') && SUPPORT_PTHREAD === true) { Log::record("SUPPORT_PTHREAD defined dont call load",Log::DEBUG); } else { Log::record("SUPPORT_PTHREAD has not defined and call load",Log::DEBUG); $this->load(); } } }