Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

ResourceHandler

David Irvine edited this page Jan 16, 2014 · 4 revisions

##Reason for feature Drive uses self encryptors for handling get/put data. These containers are currently handled by creating [Data Buffers] (https://github.com/maidsafe/MaidSafe-Private/blob/master/include/maidsafe/data_store/data_buffer.h). These buffers will hold temporary and old data (at times) in a mixture of memory and disk. The clean up of such buffers will have to be handled, otherwise resource limits will be met rather quickly and in an unmanaged fashion.

##Agreed approach

##Discussions

[mailing list] (https://groups.google.com/forum/#!topic/maidsafe-development/zlr5A53DNBU)

##Developers

  • Fraser Hutchison
  • David Irvine

##Estimated timescale

  • 2 Days code
  • 3 days test Run in parallel, so 3 days work for a team of 2 people.

##Code reviewers

  • Chandra Prakash
  • Qi Ma

##Code review comments