Lumaktaw patungo sa pangunahing content

ProcessManagerOptions

Index

Properties

optionalmaxPhpInstances

maxPhpInstances?: number

The maximum number of PHP instances that can be in use at the same time.

optionalphpFactory

phpFactory?: PHPFactory

A factory function used for spawning new PHP instances.

optionaltimeout

timeout?: number

The number of milliseconds to wait for a PHP instance when all instances are busy. If the timeout is reached, we assume all the PHP instances are deadlocked and throw MaxPhpInstancesError.

Default: 30000

Page Options