"stopping" misbehaving fibers
Martin Buchholz
martinrb at google.com
Sun May 10 21:51:53 UTC 2020
On Sun, May 10, 2020 at 2:44 PM Alex Otenko <oleksandr.otenko at gmail.com>
wrote:
> But that's because the JVM was using resources the OS was aware of. The OS
> is not aware of one thread being more than one thread.
>
The JVM certainly provides an OS-like abstraction that can be superior to
the native OS in some ways.
But it's a very hard job. Hosting multiple independent "applications"
within a single JVM process remains problematic.
More information about the loom-dev
mailing list