-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi-channel TCert pool making pool's communication with TCA parallel.
We think client_tcert_pool_mt.go can be further improved, by making communication with TCA parallel. The measurement with a prototype shows better performance,(0.8KTPS -> 1.4KTPS for authorizable counter, query) by utilizing CA-side concurrency. This change is enabled by security.multithreading.multichannel=true. Change-Id: I784efb19ae53eb2fccc2eeb6a9912f997cd5eadd Signed-off-by: Akihiko Tozawa <atozawa@jp.ibm.com>
- Loading branch information
Showing
4 changed files
with
82 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters