-
Notifications
You must be signed in to change notification settings - Fork 26
DOC-6604 - thread pools #2298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/platform/4.13
Are you sure you want to change the base?
DOC-6604 - thread pools #2298
Conversation
content/en/platform/corda/4.13/enterprise/cordapps/thread-pools.md
Outdated
Show resolved
Hide resolved
…s.md Co-authored-by: Lajos Veres <[email protected]>
content/en/platform/corda/4.13/enterprise/node/setup/corda-configuration-fields.md
Show resolved
Hide resolved
content/en/platform/corda/4.13/enterprise/cordapps/thread-pools.md
Outdated
Show resolved
Hide resolved
|
||
- `additionalFlowThreadPools` | ||
|
||
* The default Corda configuration creates a single thread pool whose size is configured by the *[flowThreadPoolSize]({{< relref "#enterpriseconfiguration" >}})* parameter. You can define *multiple* thread pools and assign flows to them; for example, to prioritize particular flows and to segregate them from other flows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* The default Corda configuration creates a single thread pool whose size is configured by the *[flowThreadPoolSize]({{< relref "#enterpriseconfiguration" >}})* parameter. You can define *multiple* thread pools and assign flows to them; for example, to prioritize particular flows and to segregate them from other flows. | |
* The default Corda Enterprise configuration creates a single flow thread pool whose size is configured by the *[flowThreadPoolSize]({{< relref "#enterpriseconfiguration" >}})* parameter. You can define *multiple* thread pools and assign flows to them; for example, to prioritize particular flows and to segregate them from other flows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, the flowThreadPoolSize
option's block probably needs to be updated to reflect that it influences only the default thread pool's size.
And the sum of the sizes of all thread pools sets the upper limit for the maximum number of flows executable in parallel.
So, for example, this first section got slightly outdated:
The number of threads available to handle flows in parallel...
Maybe the last two sections could be moved to the new thread pools page?
And this configuration section could use a link to that page, too.
content/en/platform/corda/4.13/enterprise/node/operating/monitoring-and-logging/node-metrics.md
Outdated
Show resolved
Hide resolved
content/en/platform/corda/4.13/enterprise/node/operating/monitoring-and-logging/node-metrics.md
Outdated
Show resolved
Hide resolved
content/en/platform/corda/4.13/enterprise/cordapps/thread-pools.md
Outdated
Show resolved
Hide resolved
…s.md Co-authored-by: Lajos Veres <[email protected]>
…oring-and-logging/node-metrics.md Co-authored-by: Lajos Veres <[email protected]>
…oring-and-logging/node-metrics.md Co-authored-by: Lajos Veres <[email protected]>
No description provided.