ExecutableManager
is responsible for startup/teardown of the external process and also for managing it. It feeds input records to the executable via it's stdin
, collects the output records from the stdout
and also diagnostic information from the stdout
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|