Check in a new very simple client/server storage protocol implementation.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 18 Jan 2011 05:35:38 +0000 (21:35 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 18 Jan 2011 05:35:38 +0000 (21:35 -0800)
commitc5521806064224d3275d7a54ff95d329905804d7
treef90e4ca5438a564f5f22cbb29710d2a0577753de
parent3361e337c993f58adefddbf52621e5197229bb84
Check in a new very simple client/server storage protocol implementation.

This is meant for local testing; the server writes data to a local disk
without synchronization so data isn't guaranteed to be durable but this
should provide better performance for benchmarking (where we care about the
BlueSky performance and not the storage sever itself).
bluesky/CMakeLists.txt
bluesky/init.c
bluesky/store-simple.c [new file with mode: 0644]
filestore/server.c [new file with mode: 0644]