Class ExternalProcessFactory
Factory that returns an external process (Shell) that works either locally or on a remote server.
The distinction is made by the value of the variable $imageProcessingIsOnQueueManager
from the settings.
Namespace: hrm\
shell
Package: hrm
Located at shell/ExternalProcessFactory.php
Methods summary
public static
hrm\shell\ExternalProcess |hrm\shell\LocalExternalProcess
|
#
getExternalProcess( string $host, string $logfilename, string $errfilename )
Runs a new shell either with or without secure connection between the
queue manager and the Image area.
Which of the two modes is chosen depends on the value of the configuration
variable $imageProcessingIsOnQueueManager.
Parameters
- $host
- Host name.
- $logfilename
- Log file name.
- $errfilename
- Error log file name.
Returns
|