Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Cache Improvement #3

Closed
2 of 4 tasks
kumavis opened this issue Dec 21, 2015 · 3 comments
Closed
2 of 4 tasks

Cache Improvement #3

kumavis opened this issue Dec 21, 2015 · 3 comments

Comments

@kumavis
Copy link
Member

kumavis commented Dec 21, 2015

  • breakout into separate file
  • handle in-flight caching ( subsequent requests while actively handling request )
  • add cache "roll-off" with option for number of blocks before rolloff
  • handle fork-level caching ( requires fork-detection Block Polling #4 )
@tcoulter
Copy link
Contributor

tcoulter commented Jan 8, 2016

In flight caching already exists since the pipe can only handle a single request at a time, right?

@kumavis
Copy link
Member Author

kumavis commented Jan 8, 2016

incorrect - rpcs can happen simultaneously, and you can have 10 requests for the same balance at the same time, and all will miss the fact that others are in flight

@kumavis kumavis modified the milestone: Initial Release Feb 8, 2016
@kumavis
Copy link
Member Author

kumavis commented Feb 8, 2016

split into #29 and #28

@kumavis kumavis closed this as completed Feb 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants