Limit the number of concurrent log uploads to the cloud
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 2 Mar 2011 22:20:46 +0000 (14:20 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 2 Mar 2011 22:20:46 +0000 (14:20 -0800)
commitfe314d13c4973852723429e709137bf7f5a8b607
tree67240c4023df952d3ee196c170a13af8d374ce1b
parent207d6851cd0b6d4a5fb1ebfd13fc131ca935c364
Limit the number of concurrent log uploads to the cloud

This is mostly aimed at limiting memory usage, since each cloud log segment
is stored entirely in memory before it is uploaded, so a very large number
of parallel uploads could require allocating a large amount of memory.
bluesky/bluesky-private.h
bluesky/cloudlog.c
bluesky/inode.c