Tag

CRaC

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Jun 5, 2025 · Backend Development

Comparing CRaC and ReadyNow for Faster Java Application Startup

This article explains how Azul's CRaC and ReadyNow technologies differ in approach to accelerating Java application startup, detailing the Java launch process, optimization phases, implementation requirements, and a side‑by‑side comparison of their benefits and trade‑offs.

CRaCJVMJava
0 likes · 12 min read
Comparing CRaC and ReadyNow for Faster Java Application Startup
Code Ape Tech Column
Code Ape Tech Column
Mar 13, 2025 · Backend Development

Understanding CRaC: Fast JVM Startup with Checkpoint/Restore

This article explains the CRaC (Coordinated Restore at Checkpoint) technology for Java applications, describing its principles, supported environments, practical steps for enabling it with Spring Boot, and use‑case scenarios that dramatically reduce JVM startup time.

CRaCJVMJava
0 likes · 9 min read
Understanding CRaC: Fast JVM Startup with Checkpoint/Restore
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Feb 28, 2025 · Cloud Computing

Accelerating Java Application Startup with CRaC and Flexible Compute on Alibaba Cloud Container Service

This article explains how Alibaba Cloud Container Service leverages flexible compute and the CRaC (Coordinated Restore at Checkpoint) mechanism to dramatically reduce Java application startup latency, details integration steps, presents experimental performance results, and discusses future applicability in cloud‑native environments.

CRaCContainer ServiceJava
0 likes · 11 min read
Accelerating Java Application Startup with CRaC and Flexible Compute on Alibaba Cloud Container Service
Architecture Digest
Architecture Digest
Dec 19, 2023 · Backend Development

Using CRaC with SpringBoot 3.2: A Practical Guide and Performance Evaluation

This article explains how to enable and use the OpenJDK CRaC project with SpringBoot 3.2, covering prerequisites, dependency setup, automatic and manual checkpoint creation, and demonstrates significant startup‑time reductions through detailed examples and performance results.

CRaCCheckpointJava
0 likes · 9 min read
Using CRaC with SpringBoot 3.2: A Practical Guide and Performance Evaluation
Selected Java Interview Questions
Selected Java Interview Questions
Dec 8, 2023 · Backend Development

Using CRaC with Spring Boot 3.2 and Spring 6.1: A Practical Guide

This article demonstrates how to enable and use Coordinated Restore at Checkpoint (CRaC) in Spring Boot 3.2 with the Spring Petclinic example, covering required dependencies, JVM setup, automatic and manual checkpoint creation, performance measurements, and best‑practice considerations for backend developers.

CRaCCheckpointJava
0 likes · 8 min read
Using CRaC with Spring Boot 3.2 and Spring 6.1: A Practical Guide
Java Architecture Diary
Java Architecture Diary
Dec 1, 2023 · Backend Development

Accelerate Spring Boot 3.2 Startup with CRaC: Automatic & Manual Checkpoints

This article demonstrates how Spring Boot 3.2 leverages the OpenJDK CRaC project to dramatically cut application startup time, covering required JVM, dependencies, Zulu JDK setup, automatic and manual checkpoint creation, performance benchmarks, and restoration steps, all using the Petclinic example.

CRaCCheckpointJava
0 likes · 8 min read
Accelerate Spring Boot 3.2 Startup with CRaC: Automatic & Manual Checkpoints