Skip to content
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

Class Loading Performance Issue #579

Open
deviljelly opened this issue Jan 6, 2020 · 1 comment
Open

Class Loading Performance Issue #579

deviljelly opened this issue Jan 6, 2020 · 1 comment

Comments

@deviljelly
Copy link

Hi,

I'm suffering a production performance issue with BeanShell. I don't control the application or script. The bsh classloading infrastructure does not cache a classforname miss therefore is constantly buzzing through the classpath including hitting the disk and opening zip files. Would it be possible to have a "Production Mode" where misses are cached and saving the billions of cycles per transaction I'm currently paying.

@nickl-
Copy link
Member

nickl- commented Jan 18, 2020

This is related to the discussions at #570 about simplifying the class loading process.

This should be resolved with that PR too.

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

No branches or pull requests

2 participants