#virtualthreads search results
Well. Well. Well. Lookie 👀 here, #java developers. #VirtualThreads Read on: openjdk.org/jeps/8303683
Last week, I attended an excellent JUG meetup! The attendance at @poznanjug was great, and the discussions were engaging. The theater venue was simply superb. I'm glad I had the opportunity to share some thoughts on #VirtualThreads and the @helidon_project.
Still think file I/O is “fast enough”? Try handling 10k requests with #VirtualThreads and blocking disk access. David Vlijmincx pairs #io_uring with #ProjectPanama to unlock native async I/O—right from #Java. See how it works: javapro.io/2025/10/16/asy… @OpenJDK @RedHat#Pro
Java #VirtualThreads promise scalability—but file I/O breaks it. David Vlijmincx shows how combining #Panama with Linux’s io_uring lets threads yield instead of pin, preserving performance in I/O-heavy systems. Fix your thread model: javapro.io/2025/10/16/asy… @OpenJDK @Oracle
The amazing @JosePaumard is about to start talking about the exciting topic on #ProjectLoom #virtualThreads
<<Java 22. Sí, ya pasaron 6 meses. >> linkedin.com/pulse/java-22-… via @LinkedIn #java #java22 #virtualThreads Duke globero gracias a @Gusgux
Java 21 brings async simplicity with Virtual Threads. I explained how it works (and fails) at JVM Indonesia @jvmdeveloperid yesterday — from CPU scheduling 101, threadpools & Netty, to why project Loom matters and how it works inside. #Java #VirtualThreads #JVM
JEP 444 - Virtual Threads - Proposed to Target #JDK21! #VirtualThreads are lightweight threads that dramatically reduce the effort of writing, maintaining & observing high-throughput concurrent applications. More on #InfoQ: bit.ly/3MtIjI5 #Java
Two of our own presenting tonight @nyjavasig in #NYC The first speaker of the night is @vgrazi talking about #virtualthreads, followed by @nehasardana09 talking about project #amber #java #community
See @bercut2000 at #JCON2023 in Cologne talks about '#VirtualThreads in Action!' #Helidon Níma has become the world’s first web framework which is by design based on… Get your free #JUG Ticket: jcon.one #Loom #Microservices #MicroProfil #CloudNative #JakartaEE
At @GeeCON, @Piotrprz explains jow to ise virtual threads and how to avoid “butchering” them. #Geecon #Geecon2024 #virtualthreads #Java21
🚨We are happy and proud to announce that the revolutionary world's first virtual thread-based microservice framework Helidon 4 has been released!🎇🎉 📚Learn more about it from this article: medium.com/helidon/helido… #helidon #virtualthreads #java21 #helidon4 #microprofile
Unsere nächste #JUG steht an! Dieses Mal geht es um #virtualThreads in #Java21! Wir treffen uns am 27.09.2023, 19 Uhr bei @ZEISS_di , Berliner Straße 63, 02826 Görlitz jug-gr.de/talks/2023-09-…
Still fighting GC spikes, memory bloat & unexplained latency? #Java24 introduces JEP 450: Compact Object Headers. Shrink from 16B to 8B per object—no code changes. Lutske de Leeuw explains how it saved a dying app: javapro.io/2025/08/27/jav… @craftsmen_nl #VirtualThreads #JDK
Event-driven architecture (Transactional outbox, Inbox, and Saga patterns) on the modern stack of @Java technologies: @Kotlin, @SpringBoot 3, JDK 21, #VirtualThreads, @GraalVM, @ApacheKafka, #KafkaConnect, @Debezium, #CloudEvents, and others. romankudryashov.com/blog/2024/07/e…
Come and see #virtualthreads in action with #Helidon 8.12. at @YavaConf! With YAVA23SP20 code you can buy a Standard or VIP ticket with a 20% discount at yavaconf.com/en.
At @GeeCON, finally! I’ll have a presentation at 16:45 in room A about Java 21 #virtualthreads and what I learned about them while adding support for them in @glassfish See you there, I’ll ready for your questions! #JakartaEE #GlassFishStrikesBack #GlassFishSupport
Need faster parallel task execution in Java? George Fayette explains virtual threads + patterns like semaphores & concurrent queues for efficient, controlled concurrency. Read: blog.leadingedje.com/post/javavirtu… #Java #VirtualThreads #Concurrency #ParallelProcessing #DevTips
Still think file I/O is “fast enough”? Try handling 10k requests with #VirtualThreads and blocking disk access. David Vlijmincx pairs #io_uring with #ProjectPanama to unlock native async I/O—right from #Java. See how it works: javapro.io/2025/10/16/asy… @OpenJDK @RedHat#Pro
🔗 Encuentra todos mis recursos tech aquí 👉 linktr.ee/soydianapinto #Java #Backend #VirtualThreads #Concurrency #Multithreading #SpringBoot #TechLatina #DevCommunity #SoftwareEngineering #Programacion #WomenInTech #Desarrolladores #CodeLife #JavaDeveloper #LatinasEnTech
1️⃣5️⃣ Virtual Threads, Structured Concurrency & Scoped Values — Balkrishna R 🚀 A Spring Boot demo showing how Loom simplifies concurrency in Java. 📺 Watch: youtube.com/watch?v=iO79VR… #ProjectLoom #JavaConcurrency #VirtualThreads #ParallelProcessing #AsyncJava #JVM #Scalability
youtube.com
YouTube
Virtual Threads, Structured Concurrency and Scoped Values: Putting it...
Java #VirtualThreads promise scalability—but file I/O breaks it. David Vlijmincx shows how combining #Panama with Linux’s io_uring lets threads yield instead of pin, preserving performance in I/O-heavy systems. Fix your thread model: javapro.io/2025/10/16/asy… @OpenJDK @Oracle
Last week, I attended an excellent JUG meetup! The attendance at @poznanjug was great, and the discussions were engaging. The theater venue was simply superb. I'm glad I had the opportunity to share some thoughts on #VirtualThreads and the @helidon_project.
🚀 Project Loom & Virtual Threads in Java 21 – Supercharge Your Spring Bo... youtu.be/inv6fQsjphY?si… #Java21, #ProjectLoom, #VirtualThreads, #SpringBoot, #JavaConcurrency, #Microservices, #CleanCode, #BackendDevelopment, #SpringFramework, #JavaPerformance, #CloudNative,
Reactive programming too complex? #Java’s #VirtualThreads solve the same I/O bottlenecks — without rewriting your app. Marián Varga on how #ProjectLoom might be Java’s most practical shift in years. Read more: javapro.io/2025/08/06/jav… @OpenJDK @Oracle #JVM #JAVAPRO #APIs
You know the syntax. But do you know the why behind Stream, Optional, var, sealed & more? @vipinaiswarya maps 30 years of evolution powering your IDE. You’re standing on decades of design. Trace the footprints: javapro.io/2025/05/20/a-j… #JVM #VirtualThreads #ProjectLoom #JAVAPRO
Tired of sluggish startup times? JEP 483 introduces Ahead-of-Time class loading—preloading classes at build time for faster boot & smoother cold starts. Read a practical walkthrough from Lutske de Leeuw: javapro.io/2025/08/27/jav… @craftsmen_nl #VirtualThreads #JDK #Microservices
#Java 21 introduces #VirtualThreads, but the real shift lies deeper: #StructuredConcurrency & Scoped Values redefine how we write parallel code. @MBoegie breaks it down — with live code examples. Read his #JAVAPRO aritcle now → javapro.io/2025/07/22/mor… #JVM @OpenJDK
Still fighting GC spikes, memory bloat & unexplained latency? #Java24 introduces JEP 450: Compact Object Headers. Shrink from 16B to 8B per object—no code changes. Lutske de Leeuw explains how it saved a dying app: javapro.io/2025/08/27/jav… @craftsmen_nl #VirtualThreads #JDK
Simpler Code, gleiche Power? #VirtualThreads versprechen das Beste aus beiden Welten. Doch was heißt das für #ReactiveStreams? @adamwarski nimmt dich in der #JAVAPRO Germany mit durch die neue #JVM-Realität. Was denkst du? → javapro.io/de/von-reactiv… #Java21 #ProjectLoom #Java
Reaktive Programmierung zu komplex? #Java löst die I/O-Engpässe jetzt mit #VirtualThreads – ohne die App neu zu schreiben. Marián Varga erklärt, warum #ProjectLoom der praktischste Java-Sprung seit Jahren ist. Lesen: javapro.io/de/java-verbin… @OpenJDK @Oracle #JVM #JAVAPRO #APIs
🚀 Java 21's Virtual Threads are here — but how do you use them in a real-world web app? Let’s make your server async-ready. #Java21 #VirtualThreads
Well. Well. Well. Lookie 👀 here, #java developers. #VirtualThreads Read on: openjdk.org/jeps/8303683
Last week, I attended an excellent JUG meetup! The attendance at @poznanjug was great, and the discussions were engaging. The theater venue was simply superb. I'm glad I had the opportunity to share some thoughts on #VirtualThreads and the @helidon_project.
Still think file I/O is “fast enough”? Try handling 10k requests with #VirtualThreads and blocking disk access. David Vlijmincx pairs #io_uring with #ProjectPanama to unlock native async I/O—right from #Java. See how it works: javapro.io/2025/10/16/asy… @OpenJDK @RedHat#Pro
Reactive programming too complex? #Java’s #VirtualThreads solve the same I/O bottlenecks — without rewriting your app. Marián Varga on how #ProjectLoom might be Java’s most practical shift in years. Read more: javapro.io/2025/08/06/jav… @OpenJDK @Oracle #JVM #JAVAPRO #APIs
Java #VirtualThreads promise scalability—but file I/O breaks it. David Vlijmincx shows how combining #Panama with Linux’s io_uring lets threads yield instead of pin, preserving performance in I/O-heavy systems. Fix your thread model: javapro.io/2025/10/16/asy… @OpenJDK @Oracle
🎉 Java 21🎉 Java 21 introduces Virtual Threads, a revolution in concurrent programming! Say goodbye to the complexities of managing threads and hello to lightweight, scalable concurrency. openjdk.org/jeps/444 #Java21 #VirtualThreads
Virtual Threads with @QuarkusIO made easy: buff.ly/3RGLezM by @mastertheboss #Java #VirtualThreads #Quarkus #JakartaEE
Intro to virtual threads: A new approach to Java concurrency #Virtualthreads take the responsibility for allocating system resources out of your application code & into the JVM. Matthew Tyson @InfoWorld gives his perspective on this exciting new feature: hubs.ly/Q028jmdf0
<<Java 22. Sí, ya pasaron 6 meses. >> linkedin.com/pulse/java-22-… via @LinkedIn #java #java22 #virtualThreads Duke globero gracias a @Gusgux
I've implemented a suspending iterator in #java using #virtualthreads #projectloom . Source code coming up.
You know the syntax. But do you know the why behind Stream, Optional, var, sealed & more? @vipinaiswarya maps 30 years of evolution powering your IDE. You’re standing on decades of design. Trace the footprints: javapro.io/2025/05/20/a-j… #JVM #VirtualThreads #ProjectLoom #JAVAPRO
Come and join my session at 3:10 PM I will showcase #Java21 #VirtualThreads with @QuarkusIO at #developersummit
Reaktive Programmierung zu komplex? #Java löst die I/O-Engpässe jetzt mit #VirtualThreads – ohne die App neu zu schreiben. Marián Varga erklärt, warum #ProjectLoom der praktischste Java-Sprung seit Jahren ist. Lesen: javapro.io/de/java-verbin… @OpenJDK @Oracle #JVM #JAVAPRO #APIs
Simpler Code, gleiche Power? #VirtualThreads versprechen das Beste aus beiden Welten. Doch was heißt das für #ReactiveStreams? @adamwarski nimmt dich in der #JAVAPRO Germany mit durch die neue #JVM-Realität. Was denkst du? → javapro.io/de/von-reactiv… #Java21 #ProjectLoom #Java
Java just got a major upgrade! 🏎️💨 JDK 24 officially launched today (March 18, 2025), bringing blazing-fast performance, smarter concurrency, and next-gen security... Read More here : medium.com/@aichalaafia1/… #JDK24 #java #VirtualThreads #Performance #Security
Check out this great blog by Clement Escoffier, "When Quarkus meets Virtual Threads". buff.ly/3t5CrNj #virtualthreads
Continuations: The Magic Behind Virtual Threads in Java Balkrishna Rawool @BalaRawool explores how continuations power virtual threads, with live coding of a simple VirtualThread class. buff.ly/3ZnwZC8 #Java #VirtualThreads #Continuations #Jfokus2025
Check out this great blog by Clement Escoffier, "Processing Kafka records on virtual threads". buff.ly/3RCTWhR #virtualthreads
Something went wrong.
Something went wrong.
United States Trends
- 1. Jonathan Taylor 19.9K posts
- 2. Falcons 30.8K posts
- 3. Colts 51.1K posts
- 4. Bills 110K posts
- 5. Kyle Williams 4,943 posts
- 6. Diggs 5,440 posts
- 7. Browns 22.3K posts
- 8. Daniel Jones 9,925 posts
- 9. Penix 10.7K posts
- 10. Joe Brady 1,541 posts
- 11. Jaxson Dart 3,088 posts
- 12. Parker Washington 2,675 posts
- 13. Dillon Gabriel 1,359 posts
- 14. Liverpool 218K posts
- 15. Bijan 6,641 posts
- 16. Drake Maye 5,576 posts
- 17. Starks 1,932 posts
- 18. Max B 25.1K posts
- 19. #NYGiants 1,834 posts
- 20. #DawgPound 1,608 posts