load(); } } return self::$stInstance; } private function __construct() { if (defined('SUPPORT_PTHREAD') && SUPPORT_PTHREAD === false) { 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(); } } }