Add a "multi" storage backend which doubles all GET requests.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 4 Jun 2010 17:47:25 +0000 (10:47 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 4 Jun 2010 17:47:25 +0000 (10:47 -0700)
commit6e95f90cc53d2a230b9cf22d3b5906a66b4e71de
tree6d30f7ab8c6777252ef86e825f14b7ac2aea8c77
parent1491e20a07483a4c28fbcc3a605c22a1711412c0
Add a "multi" storage backend which doubles all GET requests.

This can be used to test whether the performance with S3 improves when
making parallel requests to reduce latency.
bluesky/CMakeLists.txt
bluesky/init.c
bluesky/store-multi.c [new file with mode: 0644]