具體問題 <?php /** * This file is part of workerman. * * Licensed under The MIT License * For full copyright and license information, please see the MIT-LICENSE.txt * Redistributions of files must retain...
關(guān)于數(shù)據(jù)庫(kù)這樣實(shí)例化多次mysql連接性能上會(huì)不會(huì)比只實(shí)例化一次好點(diǎn) class Events { public static $db = ; /** * 進(jìn)程啟動(dòng)后初始化數(shù)據(jù)庫(kù)連接 */ public static function onWorkerStart($worker) { for ($i=0;$i<20;$i++) { ...