Hi, On Fri, Jul 31, 2015 at 7:54 PM, Wenbo Zhu <wen...@google.com> wrote: > Thanks for the update. > > === > > Is WebSocket out of the scope now? > > == async streams > > I.e. how bodies are to be read/written asynchronously, with flow-control > (aka back pressures). > > There are many different styles or abstractions. IMO, if reactive streams > are to be included in jdk9, we may want to adopt the same model (if not the > API).
Okay. > Or we follow the NIO2 model (readiness), Please no ! :) > to not introduce another concept. Reactive streams and NIO2 are at 2 different levels of abstraction. If it's not reactive streams, then it must be something new. FWIW, we're discussing with the Servlet 4 EG about introducing a reactive stream API for Servlet 4 async I/O. Not yet carved in stone, but it's getting a little traction. -- 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