Search code examples
Should virtual threads die fast?...


javamultithreadingjava-21project-loomvirtual-threads

Read More
Do Java 21 virtual threads address the main reason to switch to reactive single-thread frameworks?...


javamultithreadingvirtual-threads

Read More
How to limit number of virtual threads to avoid large number of DB connections?...


javaexecutorservicevirtual-threads

Read More
Cannot limit the concurrency of servlet requests using Spring Boot virtual threads with Tomcat...


javaspring-bootmultithreadingkotlinvirtual-threads

Read More
How to use virtual threads with ScheduledExecutorService...


javamultithreadingscheduled-tasksexecutorservicevirtual-threads

Read More
Thread.currentThread().getName() returns empty string "" for Virtual Threads created via E...


javamultithreadingjava-19virtual-threads

Read More
When to use platform Threads over Virtual Threads...


javavirtual-threads

Read More
How can I schedule and monitor virtual threads with timeouts in Spring Boot?...


javaspring-bootmultithreadingscheduled-tasksvirtual-threads

Read More
What can prevent connection to return to connection pool and make it stay after transaction is done?...


spring-bootspring-data-jpavirtual-threadsbottleneck

Read More
Spring Boot virtual threads on dedicated tomcat...


spring-boottomcatvirtual-threads

Read More
Virtual Threads in Spring Integration for long-running external service calls...


spring-bootspring-integrationvirtual-threads

Read More
Using ScopedValue instead of ThreadLocal in Servlet Filter in spring boot app...


javaspringspring-bootvirtual-threadsstructured-concurrency

Read More
Parallel service calls with Spring Boot 3.2 and virtual threads...


javaspringspring-bootvirtual-threads

Read More
How to properly use SimpleAsyncTaskExecutor when its needed to wait for all virtual threads to finis...


javaspringvirtual-threads

Read More
Why ReentrantLock is better for virtual threads than synchronized?...


javaconcurrencyjava-21virtual-threads

Read More
Is it possible to use virtual threads from Kotlin in an Android project as of current date?...


androidvirtual-threadsproject-loom

Read More
Using toFuture in Spring webClient when using virtual threads...


javaspring-bootfutureapache-httpclient-5.xvirtual-threads

Read More
Virtual Threads Performance Degradation when running a mixture of CPU-intensive and blocking task...


java-21virtual-threads

Read More
micrometer Instrumentation of Thread Switching Components for Executors.newVirtualThreadPerTaskExecu...


javaspring-bootmicrometermicrometer-tracingvirtual-threads

Read More
Can't reproduce virtual thread pinning (jdk 21), yet mysql not as parallel as should be...


javaconcurrencyjava.util.concurrentvirtual-threads

Read More
Can Virtual Threads improve querying a database in Java?...


javamultithreadingjava-threadsvirtual-threads

Read More
In java How to migrate from Executors.newFixedThreadPool(MAX_THREAD_COUNT()) to Virtual Thread...


javaexecutorservicevirtual-threads

Read More
If my machine has 10 physical threads then how can my JVM create 100s of threads?...


javamultithreadingjvmvirtual-threads

Read More
Quarkus ManagedExecutor vs WorkerExecutor vs VirtualThreads for blocking code...


quarkusquarkus-reactivevirtual-threads

Read More
Spring Security Virtual Threads and ThreadLocal...


javaspringspring-bootspring-securityvirtual-threads

Read More
Thread::startVirtualThread as Threadfactory...


javamultithreadingvirtual-threadsjava-23

Read More
Oh no! IO! Concurrency issues with virtual threads, HikariCP, and Spring Boot JDBC (Postgres)...


javaspring-bootjdbchikaricpvirtual-threads

Read More
Utilizing Logging MDC with Virtual Threads...


javaservletsvirtual-threads

Read More
Spring Boot application gets stuck when virtual threads are used on Java 21...


javaspring-bootmultithreadingjava-21virtual-threads

Read More
Avoiding virtual thread pinning by moving the code to run on a platform thread...


javavirtual-threadsproject-loom

Read More
BackNext