home.social

#virtualthreads — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #virtualthreads, aggregated by home.social.

fetched live
  1. Adding an LLM is easy. Building a reliable AI system isn't. Damiana Nascimento shows how Spring AI and Java 26 simplify orchestration, concurrency and observability for production AI.

    Discover how to build AI into your architecture: javapro.io/2026/08/13/building

    #Java #SpringAI #LLM #VirtualThreads #StructuredConcurrency

  2. “Can I block here?” With #Java26, the answer is increasingly yes. #VirtualThreads & #StructuredConcurrency reduce the need for callback-heavy code & oversized thread pools.

    Damiana Nascimento explains what modern #JVM-first design looks like: javapro.io/2026/05/06/java-26-

    @openjdk

  3. Taking advantage of virtual threads, in Spring Framework, is easy. The benefits are real. Rarely, the benefits cause problems downstream. In those cases, its just as easy to disable. #virtualthreads #springframework #springboot #java

  4. #VirtualThreads changed significantly in JDK 24 & 25.

    JEP 491 fixes monitor pinning, but new bottlenecks emerge in connection pools, rate limiters, and ThreadLocal caches that no longer behave as expected.

    This #InfoQ article explains what to audit before adopting virtual threads, with guidance backed by a public benchmark.

    🔗 Read more: bit.ly/4g8tmZl

    #Java #JDK25 #JEPs

  5. Ever seen requests fail while subtasks kept running anyway? That’s one of the nastiest problems in concurrent systems — especially with #VirtualThreads. Babneet Singh maps out how #StructuredConcurrency in #Java26 adds clear task ownership & teardown: javapro.io/2026/06/09/structur

  6. Why are so many #AI backends harder to debug than to build? Reactive pipelines solved scalability — but often created systems nobody enjoys maintaining. Damiana Nascimento shows where #VirtualThreads simplify #RAG & #LLM services.

    Read: javapro.io/2026/06/02/virtual-
    #Java26 @QuarkusIO

  7. “Knowing how to use something is important, but understanding how it works is essential.” — A. N. M. Bazlur Rahman

    Read more 👉 lttr.ai/AqKqc

    #BazlurRahman📚 #EmbracingVirtualThreads #VirtualThreads

  8. Our next #JCON2026 session is live: 'Virtual Threads, Structured Concurrency and Scoped Values: Putting it All Together' with Balkrishna Rawool

    Project #Loom brings #lightweight concurrency to #Java with #VirtualThreads, Structured Concurrency, …

    Grab your coffee and hit play: youtu.be/2lUcmOj18fI

  9. Concurrency used to mean trade-offs: simplicity vs scalability. With #VirtualThreads, #Java challenges that. Mihaela Gheorghe-Roman explores benchmarks, migration steps, & what #JDK25 adds to #ProjectLoom. Still afraid of blocking I/O?

    Dive in: javapro.io/2026/03/05/java-25-

    @openjdk

  10. Ever seen requests fail while subtasks kept running anyway? That’s one of the nastiest problems in concurrent systems — especially with #VirtualThreads. Babneet Singh maps out how #StructuredConcurrency in #Java26 adds clear task ownership & teardown: javapro.io/2026/06/09/structur

  11. Ever tried debugging production issues across deeply nested reactive chains? That complexity gets brutal in high-I/O #AI systems. Damiana Nascimento explains when #VirtualThreads outperform reactive designs & where they don’t: javapro.io/2026/06/02/virtual-
    #Java #Concurrency @QuarkusIO

  12. Why are so many #AI backends harder to debug than to build? Reactive pipelines solved scalability — but often created systems nobody enjoys maintaining. Damiana Nascimento shows where #VirtualThreads simplify #RAG & #LLM services.

    Read: javapro.io/2026/06/02/virtual-
    #Java26 @QuarkusIO

  13. With the arrival of Virtual Threads, Structured Concurrency, and Scoped Values, the language is embracing a new era of simplicity and scalability.

    Read more 👉 lttr.ai/AqCXf

    #BazlurRahman📚 #EmbracingVirtualThreads #VirtualThreads

  14. “Can I block here?” With #Java26, the answer is increasingly yes. #VirtualThreads & #StructuredConcurrency reduce the need for callback-heavy code & oversized thread pools.

    Damiana Nascimento explains what modern #JVM-first design looks like: javapro.io/2026/05/06/java-26-

    @openjdk

  15. How many threads in your #Java app are doing work you’ll throw away anyway? #Java 25’s #Structured Concurrency helps you cancel fast, fail fast, & keep subtasks scoped (no leaks).

    Read the breakdown by @hannotify & Bram Janssens: javapro.io/2026/01/28/how-to-d

    #VirtualThreads @openjdk

  16. #VirtualThreads aren’t just a #Java hype feature. This article shows them powering agent calls safely in production-style #Microservices—with fallback + observability.

    Steal the blueprint by @sibaspadhi: javapro.io/2026/01/22/java-25-

    #SpringBoot #GenAI #Observability #VectorSearch

  17. Migrating #JDKs and hitting “why did this break?” moments? @speakjava highlights the releases that introduced the biggest shifts — Jigsaw/modules, preview features, #VirtualThreads.

    Read this before your next upgrade sprint: javapro.io/2026/01/20/25-versi

    #Java #Migration #DevOps

  18. 100k blocking tasks. A few seconds. On a laptop. With #VirtualThreads in #Java25, that’s reality. Mihaela Gheorghe-Roman explains what changed since #JDK21 & why thread-per-request is back. Still running huge thread pools?

    Rethink: javapro.io/2026/03/05/java-25-

    #ProjectLoom @openjdk

  19. Do you really know how threads work in Java? And how about Virtual Threads, the game-changing feature introduced in Java 21?

    Read more 👉 lttr.ai/Apv8O

    #BazlurRahman📚 #EmbracingVirtualThreads #VirtualThreads

  20. Java virtual threads don't feel very "virtual" if $num_cores of virtual threads with

    while (true) {}

    lets you prevent other virtual threads from ever being run.

    #java #jvm #virtualthreads

  21. Concurrency used to mean trade-offs: simplicity vs scalability. With #VirtualThreads, #Java challenges that. Mihaela Gheorghe-Roman explores benchmarks, migration steps, & what #JDK25 adds to #ProjectLoom. Still afraid of blocking I/O?

    Dive in: javapro.io/2026/03/05/java-25-

    @openjdk