Wiki

Clone wiki

gnrs / Minutes 2012-09-27

Status Report

  • Delay Module: rewritten using steady_time and schedule_at(timestamp). testing on orbit shows great accuracy.
  • K-replica: almost done, insertion handling with acknowledgement. lookup handling still needs to work on how to calculate the closest copy

Discussion

Cache

  • simple LRU cache on local insert only

K-replica

  • how to get more relicates using MD5 or SHA1?
  • use the outbound delay table for calculating the closest copy

New Tasks

  • implement cache
  • finish K-replica
  • start with experimental setup

Updated