Move encryption of cloud log segments into background threads.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 2 Mar 2011 01:09:29 +0000 (17:09 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 2 Mar 2011 01:09:29 +0000 (17:09 -0800)
Crypto operations looked to be a CPU bottleneck, but using separate threads
will at least allow multiple log segments to be encrypted in parallel on
separate CPU cores.


No differences found