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)
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).


No differences found