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

Plugin Support on Staticly Linked Application #5

Open
Walnux opened this issue Dec 9, 2020 · 0 comments
Open

Plugin Support on Staticly Linked Application #5

Walnux opened this issue Dec 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Walnux
Copy link
Owner

Walnux commented Dec 9, 2020

It is obvious that a statically linked application is easy to deploy on the cloud and edge computing environment. It eliminates the complication of maintaining the DDL and simplifies the application loading and reduces the application starting latency. So Arrow is based on the statically linked application.

However, it brings a problem that in some widely used explain languages like Node.js and Python, the plugin mechanism to extend the functionalities is used.

So we should find a way to implement the plugin support on the statically linked application.

Resources:
[1] plugin: Utility of Go plug-ins diminished by vendored dependencies #20481

@Walnux Walnux added the enhancement New feature or request label Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant