eclipse-ee4j / eclipse-ee4j/jersey
Create SPI for the server to be built atop non-blocking communication channel.
Open
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
Assessment
This issue has not been assessed yet.