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

Add CRaC support #44

Open
fipro78 opened this issue Jun 27, 2024 · 0 comments
Open

Add CRaC support #44

fipro78 opened this issue Jun 27, 2024 · 0 comments

Comments

@fipro78
Copy link
Contributor

fipro78 commented Jun 27, 2024

I would like to add CRaC support to the Jetty bundle. Using CRaC you are able to create a checkpoint of the application at a certain point of time, and then restore the application, which avoids the warmup phase.

Using the org.crac API it would be possible to add CRaC support directly in the JettyBackedWhiteboardComponent to register a Resource, without introducing a dependency that could not be resolved in different operating systems. And it does also not introduce a runtime dependency or issue, because the org.crac API tries to access the CRaC classes via reflection, and if it is not found, it will use a dummy implementation.

https://github.com/CRaC/org.crac

fipro78 added a commit to fipro78/jakartarest-osgi that referenced this issue Jun 27, 2024
fipro78 added a commit to fipro78/jakartarest-osgi that referenced this issue Oct 4, 2024
fipro78 added a commit to fipro78/jakartarest-osgi that referenced this issue Oct 4, 2024
fipro78 added a commit to fipro78/jakartarest-osgi that referenced this issue Oct 4, 2024
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

1 participant