Friday, May 3, 2024
No menu items!
HomeCloud ComputingOracle Helidon 4 Java microservices framework stresses virtual threads

Oracle Helidon 4 Java microservices framework stresses virtual threads

Oracle has released the production version of Helidon 4, a microservices framework for Java featuring a server implementation harnessing virtual threads for higher performance.

Version 4 was announced October 24; instructions can be found at helidon.io. There also is a migration guide. Before Helidon 4, the project’s web server utilized Netty as its foundation and used a reactive API. Release 4 introduces a new server, internally called Nima, designed to harness the capabilities of Java 21 virtual threads. It is intended to reduce the effort needed to write and maintain high-throughput concurrent applications. Using virtual threads is a shift from managing threads as a limited resource to considering them as readily available assets that can be generated on demand to handle an almost limitless number of concurrent requests. Also with Helidon 4, Helidon MP now supports the Eclipse MicroProfile 6.0 enterprise Java microservices architecture.

To read this article in full, please click here

InfoWorld Cloud ComputingRead More

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments