Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Config file parser #13

Open
brianmcgillion opened this issue Nov 24, 2013 · 0 comments
Open

Add Config file parser #13

brianmcgillion opened this issue Nov 24, 2013 · 0 comments
Assignees

Comments

@brianmcgillion
Copy link
Member

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.

@ghost ghost assigned TanelDettenborn Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants