interface between DHT and Service to request load information
extend DHT protocol with load information sampling request
k-choices: manage v-servers
Update: LocalNodeState can stay mostly unmodified, but RealNode manages links to all vservers (as an IntMap???)
- at least 1 vserver active: if load targat == 0.00, then choose the lowest possible node
- at start, sample possible nodes before joining
- dispatch incoming requests/ responses to affect the correct node
evaluate & plot logged measurements
proper measurement logging
background job processing for delivering ActivityPub pushes
in the mock post service, this is done by separate worker threads and in-memory. Thus removing it from the milestone.
deal with sending DHT messages to own node
deal with sending DHT messages to own node
At least judging by a quick look at a packet dump, this seems to work.
Closing until further notice.