First page Back Continue Last page Summary Graphics
Configuration Tree
The config file is read once and stored in memory
Makes it easy to port to an XML format
Removes some order dependance because modules are loaded while reading the config file, but directives are only processed once the entire config file has been read
- EXEC_ON_READ in req_overrides field of command_table
Notes: