Re: RFR: 8317538: RSA have scalability issue for high vCPU numbers [v2]

2023-10-30 Thread Ferenc Rakoczi
On Fri, 27 Oct 2023 22:22:46 GMT, Ben Perez wrote: >> Modified `getService` method to prevent caching of `ServiceKey`, which was >> negatively impacting multithreaded performance > > Ben Perez has updated the pull request incrementally with one additional > commit since the last revision: > >

Re: RFR: 8317538: RSA have scalability issue for high vCPU numbers [v2]

2023-10-30 Thread Aleksey Shipilev
On Fri, 27 Oct 2023 22:22:46 GMT, Ben Perez wrote: >> Modified `getService` method to prevent caching of `ServiceKey`, which was >> negatively impacting multithreaded performance > > Ben Perez has updated the pull request incrementally with one additional > commit since the last revision: > >

Re: RFR: 8317538: RSA have scalability issue for high vCPU numbers [v2]

2023-10-27 Thread Ben Perez
> Modified `getService` method to prevent caching of `ServiceKey`, which was > negatively impacting multithreaded performance Ben Perez has updated the pull request incrementally with one additional commit since the last revision: changed fix to align with bug report - Changes: