File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -466,10 +466,8 @@ class Worker
466
466
* @var array
467
467
*/
468
468
protected static $ _availableEventLoops = array (
469
- 'libevent ' => '\Workerman\Events\Libevent ' ,
470
- 'event ' => '\Workerman\Events\Event '
471
- // Temporarily removed swoole because it is not stable enough
472
- //'swoole' => '\Workerman\Events\Swoole'
469
+ 'event ' => '\Workerman\Events\Event ' ,
470
+ 'libevent ' => '\Workerman\Events\Libevent '
473
471
);
474
472
475
473
/**
@@ -535,13 +533,11 @@ public static function runAll()
535
533
{
536
534
static ::checkSapiEnv ();
537
535
static ::init ();
538
- static ::lock ();
539
536
static ::parseCommand ();
540
537
static ::daemonize ();
541
538
static ::initWorkers ();
542
539
static ::installSignal ();
543
540
static ::saveMasterPid ();
544
- static ::unlock ();
545
541
static ::displayUI ();
546
542
static ::forkWorkers ();
547
543
static ::resetStd ();
You can’t perform that action at this time.
0 commit comments