NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

Broker should not ask for configuration (to Router) #56

Open turicas opened 11 years ago

turicas commented 11 years ago

As we're going to have configuration files for each daemon (like described in #44), Broker does not need anymore to ask for configuration to Router, since it can read the configuration from its own file. This approach will make Router lighter and turn communication between daemons simpler. Implementing this issue includes:

Configuration directives can be found on #44.

Similiar to #57 and #58.