I have an embedded linux system with some processes running on the
CPU.
Today we have a DB that roughly looks like this:
proc1/config/max_time_to_do_something
proc1/config/2048/some_configuration_array
general_stuff/major_section/version_number
heneral_stuff/major_section/some_other_important_number
....
(you get the picture)
I want to have "autosync" triggers. When something is changed I want
some processes will be triggered and perform operations.
for example: If version_number is changes (lets say by a GUI
controlling the GUI process) I want 2 processes to get that new number
and make some caculations.
If the GT.M. / MUMPS the thing for me?