Changes since tdaq-02-00-00
- Changes in the behavior of Executable::exec(const
param_collection ¶ms, const env_collection &envs):
- Now this method uses internally the execve system call; this means that
the child process will not inherit the parent environment but it will
be started
with the environment defined in envs;
- Here is a list of methods effected by this change:
- Executable::start(const
param_collection ¶ms, const env_collection &envs);
- Executable::pipe_out(const
param_collection ¶ms, const env_collection &envs, const
File &input_file, const File &output_file, const File
&error_file, mode_t perm).