eclipse-ee4j / eclipse-ee4j/jersey

Create SPI for the server to be built atop non-blocking communication channel.

Open
#4,900 0 comments 0 reactions 0 assignees View on GitHub
jersey-server
Dominant language
Java
Stars
730
Forks
382
PR merge metrics
No merged PRs in 30d

Description

Currently, the server-side is bound with Servlet's InputStream, which is blocking.
The NIO brings non-blocking streams which are used in the Netty server for instance.
The other option can be the usage of project Loom, but it might come late.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.