▲ | JackSlateur 2 days ago | |
green thread have pitfalls too, like this: https://news.ycombinator.com/item?id=39008026 | ||
▲ | kasperni 2 days ago | parent | next [-] | |
This was a known issue and was fixed in Java 24 [1]. | ||
▲ | hueho 2 days ago | parent | prev | next [-] | |
FWIW this was largely fixed in 24 (I think there are still some edge cases relating to FFI functionality), and the 25 LTS should be coming this month. | ||
▲ | ronsor 2 days ago | parent | prev [-] | |
This doesn't look like a problem with green threads so much as it is a problem with Java's implementation of them. Of course, Java is known for having problems with its implementations of many different things, such as sandboxing; this isn't special. |