-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the daml-rpc and daml-tp parallel behavior
This puts a guard in place so that the daml-rpc doesn't submit more transactions than it can reasonably expect responses from. This is determined dynamically based on the number of cores/threads available. This also improves the responsiveness of the ZmqStream dramatically, which in turn improves performance quite a bit. Signed-off-by: Kevin O'Donnell <[email protected]>
- Loading branch information
1 parent
0a7fe83
commit 3ffc629
Showing
3 changed files
with
109 additions
and
53 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