New candidate JEP: 425: Virtual Threads (Preview)
    Eric Kolotyluk 
    eric at kolotyluk.net
       
    Thu Apr  7 22:05:03 UTC 2022
    
    
  
I just watched Virtual Thread Deep Dive - Inside Java Newscast #23 
<https://www.youtube.com/watch?v=6dpHdo-UnCg> after starting to review 
425...
I must say, the narrative on Project Loom keeps getting better and better...
Regarding
    There are only two hard things in Computer Science: cache
    invalidation and naming things.
    -- Phil Karlton
I am really glad that the name Fibers was changed to Virtual Threads as 
the video really makes clear the analogy to virtual memory. It's really 
great that some people still care about naming things well, in addition 
to explaining things well.
Cheers, Eric
On 2022-04-06 9:10 a.m., mark.reinhold at oracle.com wrote:
> https://openjdk.java.net/jeps/425
>
>    Summary: Introduce virtual threads to the Java Platform. Virtual
>    threads are lightweight threads that dramatically reduce the effort
>    of writing, maintaining, and observing high-throughput concurrent
>    applications. This is a preview API.
>
> - Mark
    
    
More information about the loom-dev
mailing list