具體問題 <?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ù)庫這樣實例化多次mysql連接性能上會不會比只實例化一次好點 class Events { public static $db = ; /** * 進程啟動后初始化數(shù)據(jù)庫連接 */ public static function onWorkerStart($worker) { for ($i=0;$i<20;$i++) { ...