From: Michael Vrable Date: Wed, 2 Mar 2011 01:09:29 +0000 (-0800) Subject: Move encryption of cloud log segments into background threads. X-Git-Url: http://git.vrable.net/?a=commitdiff_plain;h=207d6851cd0b6d4a5fb1ebfd13fc131ca935c364;hp=207d6851cd0b6d4a5fb1ebfd13fc131ca935c364;p=bluesky.git Move encryption of cloud log segments into background threads. 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. ---