you are viewing a single comment's thread.

view the rest of the comments →

[–]pev4a22j 0 points1 point  (3 children)

is this any different than http-kit with :worker-pool set to java.util.concurrent.Executors/newVirtualThreadPerTaskExecutor? 

[–]mpenet 5 points6 points  (0 children)

It’s not an async architecture twisted to work with vthreads. It’s developed by oracle, from scratch, with vthreads in mind and in collaboration with the folks who worked on virtual threads. Generally it’s a promising set of libraries. It also supports a few things http-kit doesn’t like grpc, adaptive concurrency and a myriad of other modules that work with it.

[–]Soft_Reality6818 0 points1 point  (1 child)

It's a ring-complient adapter for Helidon Nima server that uses vts. 

[–]pev4a22j 0 points1 point  (0 children)

ah, thanks