Changes since tdaq-01-08-00
If changes come from a patch in the previous release then the
patch number is specified between brackets.
- (TDAQ-01-08-00_06) The
child process environment is set after calling 'fork';
- (TDAQ-01-08-01_09)
Closing file descriptors not used in child processes at the 'exec'
stage;
- (Introduced in tdaq-01-08-01)
StringMemoryArea: Improved performance of methods returning vectors and
maps;
- Descriptor: added method to flag the file desciptors to be closed
on exec;
- Executable: closing duplicated file descriptors before exec;
- MapFile: added method to get the file descriptors;
- Host: making distructors virtual;
- User: Replaced 'getpw' functions family with their thread safe
version.