Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Start creating language semantics to express QoS constraints #1

Open
CMCDragonkai opened this issue Mar 2, 2018 · 4 comments
Open
Assignees

Comments

@CMCDragonkai
Copy link
Member

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.

@CMCDragonkai
Copy link
Member Author

CMCDragonkai commented Mar 2, 2018

Some syntax and operator ideas to start with to encode the semantics:

@CMCDragonkai
Copy link
Member Author

Probably use Haskell syntax as inspiration as well.

@CMCDragonkai
Copy link
Member Author

CMCDragonkai commented Mar 2, 2018

There may be some "language" prerequisites:

  • Lambda calculus
  • Combinatory logic https://en.wikipedia.org/wiki/Combinatory_logic
  • Graphical linear algebra
  • Process algebra (and statecharts and bigraphs...)
  • 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.

@CMCDragonkai
Copy link
Member Author

@olligobber Please update this with your progress, and close this issue when this is done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants