Skip to content

Add Config file parser #13

Description

@brianmcgillion

Need to extend the config parser

We should be able to parse ALL config values into a memory representation, for faster look ups.

this should be achieved by opening the config file once and reading all value pairs into a memory structure.

In addition if the config file is edited while the process is running we should use SIGHUP, to reparse this this file, OR we could create an inotify entry to signify that we should reparse the file.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions