-
https://github.com/square/okhttp/blob/bad2ebc296c8094370cf94291f571dd618ba7400/okhttp/src/main/kotlin/okhttp3/internal/connection/RealCall.kt#L376
This line causes virtual thread pinning in the lat…
-
https://stats.yarnpkg.com/ loads quick but has surprisingly high "Composite Layers" cost. But as it turns out, it's just stalled in Composite Layers as it waits for an "Image Decode" in the raster thr…
-
Eclipse 2023-12 M2, Java Temurin 21.0.1.
Microsoft Windows [Version 10.0.23580.1000]
Launching debug of a Java Application project (uses Virtual Threads in case it matters) hits a breakpoint durin…
-
Steps to reproduce:
1. Checkout https://github.com/stsypanov/concurrency-demo
2. Run `DependencyApplication` and then `ConcurrencyDemoApplication`
3. When both apps are up run `StuckApplicationTest…
-
Would it be possible to add an example of how to use this role to the README?
(Which vars are needed and how to call things)
Thanks.
tonk updated
9 months ago
-
All backend java services of Arex are IO intensive, whose performance can be largely improved by switching the threadpools to VirtualThreads
-
Any operation that pins is essentially going to be serialized with virtual threads. This can severely degrade performance if the pinned operation is on the critical path. Note, any native function ent…
-
### Describe the bug
Building a quarkus 2.16.3 app using Virtual threads on JDK 19 I came up with the following error on runtime :
```
Method xxx of class 'XXX' uses @RunOnVirtualThread but the …
-
## Environment Details
* Helidon Version: Helidon-4.1.x
* Helidon SE or Helidon MP: SE & MP
* JDK version: Java-21
* OS: Mac OS
* Docker version (if applicable):
----------
We got the lates…
-
### Current Behavior
I can't reproduce it in a small demo, but it is real.
JDK 21.0.2 + Virtual Threads (more than 100) + System.out.println(inside VT) + Gradle test runner (org.gradle.internal.io…