Virtual Threads Performance in Spring Boot

This post examines configuring Virtual Threads in a Spring Boot application that calculates the Fibonacci sum for values starting from 10,000. Using JMeter, a load test with 1000 users reveals similar throughput and average response times for both virtual and native threads, highlighting virtual threads' advantage in lower thread usage without performance gain for CPU-intensive operations.

Diagnosing Deadlock in Boomi

The content outlines the process of optimizing Boomi performance, focusing on setting up a testing environment using a Boomi Atom on MacBook Pro. It highlights the challenges of performance issues, particularly thread deadlocks in Java applications. The use of tools like yCrash for diagnostics and monitoring is emphasized for identifying and resolving bottlenecks.

Up ↑