RFR: 8087124 HTTP/2 implementation

Simone Bordet simone.bordet at gmail.com
Thu Apr 7 13:19:40 UTC 2016


Hi,

On Wed, Apr 6, 2016 at 4:08 PM, Michael McMahon
<michael.x.mcmahon at oracle.com> wrote:
> Hi,
>
> This is the webrev for the HTTP/2 part of JEP 110.
>
> http://cr.openjdk.java.net/~michaelm/8087124/webrev.1/index.html

Before I dive further into this, seems to me that the implementation
is blocking; not the API which are protected via dispatches to other
threads (that then block), but the I/O.
Is this deliberate ? I was under the impression the HTTP client wanted
to be non-blocking at its core ?

-- 
Simone Bordet
http://bordet.blogspot.com
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


More information about the net-dev mailing list