Errores #129
Implement a generic configuration engine
| Status: | Nueva | Start: | 10/24/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | YASS - core | |||
| Target version: | 0.6.0 |
Description
Implement a new configuration engine for YASS. Requirements are the following:
- Load all setting at boot-time.
- Always query memory for configuration options.
- If a setting is changed, write the change to memory and then to a persistent storage.
For achieving this we should have an interface and one (or multiple) configuration engine backend: flat-files, SQLite, ...
I'm planing on moving configuration to flat-files to avoid SQLite dependency BTW.