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

Split SharedLibrary functionality out of ClassLoader to ensure one loadLibrary function call #4670

Open
okkenator opened this issue Sep 10, 2024 · 0 comments
Labels

Comments

@okkenator
Copy link

okkenator commented Sep 10, 2024

When ClassLoader is used for multiple Manifests, the SharedLibrary is created more than once causing pocoInitializeLibrary to be called more than once from a single application.

The _map in ClassLoader in not common across the different manifest files due to template instantiations. I think a SharedLibraryLoader can be utilized that is used for each ClassLoader.

I have a prototype of this change I am working on and would like to contribute it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant