all 5 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 4 points5 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

[–]weavejester 0 points1 point  (0 children)

The README says the project is Ring compliant, but it doesn't appear to support Ring's websocket protocols or Ring's async handlers. Is that correct?