Tagged posts: '#virtual-threads'
Quarkus 4 raises the Java baseline to 21. Here is why we made this choice and what it means for you.
The OpenJDK team says don't pool virtual threads. We measured what pooling buys - 8% less allocation - and what it costs - 60 MB of near-empty stack chunks - and found that it saves the cheap thing and keeps the expensive one.
Learn how to containerized applications using virtual threads.
Learn how to compile applications using virtual threads into native executable.
Learn about the virtual threads integration in Quarkus messaging (Kafka, AMQP, Pulsar...).
How to detect pinning while running tests.
Describe how you can implement a CRUD / RESTFul application using virtual threads and Quarkus.
What do virtual threads change when building concurrent applications with Quarkus.