-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Question] build bootstrap native #5704
Comments
**Good idea, but i have some additional thoughts as follows: ** Compiling shenyu-bootstrap into a native binary (using tools like [GraalVM's native-image](https://www.graalvm.org/reference-manual/native-image/)) abusolutely can offer several benefits:
However, there are several challenges associated with this approach:
Possible ApproachesIf native compilation is a priority for your use case, here are some suggestions:
Alternative SolutionsWhile native compilation has its benefits, there are other strategies to handle sudden traffic spikes(Not the framework itself):
|
Question
是否有计划考虑将Bootstrap编译成native? native在应对突发流量需要扩容时启动快, 占用资源更小.
Is there a plan to consider compiling Bootstrap into native? Native starts quickly and consumes less resources when dealing with sudden traffic expansion needs
The text was updated successfully, but these errors were encountered: