Pool
class Pool (View source)
Properties
$master_pid | |||
$workers |
Methods
__construct($worker_num, $ipc_type = null, $msgqueue_key = null, $enable_coroutine = null)
No description
__destruct()
No description
mixed
set(array $settings)
No description
mixed
on(mixed $event_name, callable $callback)
No description
mixed
getProcess(mixed|null $worker_id = null)
No description
mixed
listen(mixed $host, mixed|null $port = null, mixed|null $backlog = null)
No description
mixed
write(mixed $data)
No description
mixed
detach()
No description
mixed
start()
No description
mixed
stop()
No description
mixed
shutdown()
No description
Details
__construct($worker_num, $ipc_type = null, $msgqueue_key = null, $enable_coroutine = null)
No description
__destruct()
No description
mixed
set(array $settings)
No description
mixed
on(mixed $event_name, callable $callback)
No description
mixed
getProcess(mixed|null $worker_id = null)
No description
mixed
listen(mixed $host, mixed|null $port = null, mixed|null $backlog = null)
No description
mixed
write(mixed $data)
No description
mixed
detach()
No description
mixed
start()
No description
mixed
stop()
No description
mixed
shutdown()
No description