You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.
Polymorphism (parametric, and other kinds) - I want to see some usage of polymorphism as the foundation of load-balancing and being able to switch out impls (where in this case impls are real automatons running live).
I'm envisioning a sort of network combinators that preserve constraints, so that constraints can be built up with static type checks. So you cannot write down a QoS constraint contradiction. One must also consider best-effort vs deadlines.
Consider constraint-based logic programming, and see how some of the qos constraints can be expressed using those languages.
Also control theory may be important here too.
If you could write down some examples in the repo. Pseudo-code basically.
The text was updated successfully, but these errors were encountered: