Skip to main content

Module spawn

Module spawn 

Source
Expand description

PHP worker process spawn with FD inheritance.

Structs§

SpawnedWorker
What we get back from a successful spawn.

Constants§

CONTROL_FD
TASK_FD
File descriptor numbers in the child process.

Functions§

spawn_worker
Spawn a PHP worker process.
spawn_worker_with_runtime
Like spawn_worker but with a custom FOLK_RUNTIME value.