Skip to content

(PE-37376) Parallelize JRuby instance creation #117

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

Merged
merged 3 commits into from
May 23, 2024

Conversation

justinstoller
Copy link
Member

This is for PE-37376, which is a product priority for the next release and seemed like a small amount of work and nice break before I moved back to another acceptance testing ticket.

@justinstoller justinstoller requested review from a team as code owners May 20, 2024 18:57
a single JRuby instance and manage the number of threads that may access it."
a single JRuby instance and manage the number of threads that may access it.
* :instance-creation-concurrency - How many instances to create at once. This
will increase start up and potentially reload times, but if too high may
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

increase -> improve ?

@justinstoller justinstoller force-pushed the parallelize-creation branch from 9d4aedd to 000312a Compare May 22, 2024 17:42
@justinstoller justinstoller changed the title [wip] Parallelize creation (PE-37376) Parallelize JRuby instance creation May 22, 2024
@justinstoller
Copy link
Member Author

This is ready to go

@justinstoller justinstoller merged commit 5aa5f96 into puppetlabs:main May 23, 2024
5 checks passed
@justinstoller justinstoller deleted the parallelize-creation branch May 23, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants