zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

get persisting of receptors and receptor instance data working #16

Closed zippy closed 8 years ago

zippy commented 9 years ago

currently we have some commented out code from our original attempt to serialize receptors, plus we have mtree serialization. This now needs to be moved to or utilized by the data engine code together with the instances code

zippy commented 9 years ago

We are renaming the data engine the "accumulator" because it's a bit funny (a pun on accumulator registers in CPUs), but it also hints at it's greater function as the persistence engine and acting as the "body"

zippy commented 8 years ago

This is partially working, but to really get it going requires the context of a boot-up/shudown cycle to confirm that what ran, get's properly restarted. see #22

zippy commented 8 years ago

as of a491ff090a5 basic bootup-shutdown sequence working! some receptor state data still not serialized, i.e. vmhost active-receptor list, and all receptor process queue data.