dod38fr / config-model

Perl module to create configuration editor with semantic validation
58 stars 12 forks source link

Split executable in several co-processes #20

Open dod38fr opened 6 years ago

dod38fr commented 6 years ago

Following the advices of "The art of Unix programming", splitting cme and Config::Model in several co-processes may help people understand what's going on under the hoods:

The design of Config::Model is already done in 3 main parts:

Currently these 3 parts run withing a monolithic process using an API which is not too complex so splitting there should not be too difficult.

The protocol between the process must have instruction to get and set values but also to queries the configuration tree for:

I'll refine this bug further as the idea matures