totalperspective / oolon

Bloom implementation for Clojure/ClojureScript leaning on Datomic datalog
https://github.com/totalperspective/oolon
Eclipse Public License 1.0
10 stars 0 forks source link

Specifying Systems #39

Open bahulneel opened 8 years ago

bahulneel commented 8 years ago

In protocols, such as paxos, the system is described as a number of discrete processes. In oolon we describe these as agents which would be the direct analogue of a process. In order to encapsulate a number of associated processes/agent we should have some way to collect them together. We might call this a system which would handle the lifecycle and execution of a collection of agents.