Re: config system thoughts




> Do you want lists of lists, or a hierarchical namespace, or both? Do you
> think struct/record types would make it nicer to store complex structures?

If you implement routines to get the hierarchy as a list, I do not
care about the lists, ie if you have:

     /some/thing
     /some/other
     /some/third/fourth

And I can call: 

     gimme (/some)

And get:

    (/thing, /other, /third)

I will be happy.

> This is another use for the notifier/listener thing. If there's any
> polling it would be only a single daemon process doing it.

With the daemon you do not even need to poll.  This is my prefered
approach.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]