PHP 클래스 Aerys\WatcherProcess

상속: extends Process
파일 보기 프로젝트 열기: amphp/aerys

공개 메소드들

메소드 설명
__construct ( Psr\Log\LoggerInterface $logger )
restart ( )

보호된 메소드들

메소드 설명
doStart ( Console $console ) : Generator
doStop ( ) : Generator
recommendAssertionSetting ( )
recommendLogLevel ( Console $console )

비공개 메소드들

메소드 설명
accept ( $watcherId, $ipcServer )
acceptCommand ( $watcherId, $commandServer )
bindCommandServer ( string $config )
bindIpcServer ( )
canReusePort ( )
checkCommands ( Console $console )
collectProcessGarbage ( )
commandParser ( $client ) : Generator
countCpuCores ( )
determineWorkerCount ( Console $console )
generateWorkerCommand ( Console $console ) : string
onDeadIpcClient ( string $readWatcherId, $ipcClient )
parser ( $ipcClient ) : Generator
spawn ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Psr\Log\LoggerInterface $logger )
$logger Psr\Log\LoggerInterface

doStart() 보호된 메소드

protected doStart ( Console $console ) : Generator
$console Console
리턴 Generator

doStop() 보호된 메소드

protected doStop ( ) : Generator
리턴 Generator

recommendAssertionSetting() 보호된 메소드

recommendLogLevel() 보호된 메소드

protected recommendLogLevel ( Console $console )
$console Console

restart() 공개 메소드

public restart ( )