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

Optimze ressource consumption of HTTP worker #30

Open
berndruecker opened this issue Dec 5, 2019 · 4 comments
Open

Optimze ressource consumption of HTTP worker #30

berndruecker opened this issue Dec 5, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@berndruecker
Copy link
Contributor

berndruecker commented Dec 5, 2019

The current HTTP worker requires probably too much resources, especially compared to the "legacy" NodeJs one from the cloud.

@saig0
Copy link
Contributor

saig0 commented Dec 5, 2019

This is not surprising 😅

I guess the best results can be reached by a native image with GraalVM or Quarkus.
What do you think?

@berndruecker
Copy link
Contributor Author

I agree - not surprising at all. Yeah, both are interesting directions to explore - maybe some others as well. For the moment it is not yet urgent, so I will not directly jump into it. But it would be indeed a good opportunity to play a bit with Quarkus :-)

@Klaus-Nji-sp
Copy link

Klaus-Nji-sp commented Jan 18, 2020

Is resource consumption from Spring? If so, have you guys also considered alternate web application frameworks such as Micronaut?

@berndruecker
Copy link
Contributor Author

It is a couple of things. First you could definitely optimize the Spring Boot Setup. But we could also try some other frameworks. We deprioritized this for now and pretty sure will come back at a later stage.

@saig0 saig0 added enhancement New feature or request hacktoberfest labels Sep 2, 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

3 participants