Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] WebSocket + Async Read/Write

Hi,

On Thu, Feb 16, 2012 at 21:53, Hiram Chirino <hiram@xxxxxxxxxxxxxxxx> wrote:
>
> Yeah, I have to be able to tell jetty to stop reading data.  If the place I'm sending the data to not accepting any more, and I can't tell jetty to stop sending me data, and I can't block, then I have to buffer it in memory and that solution does not work too well :)
>
> AIO style writes would be good. But I still need to be able to suspend receiving data.

I understand. This is currently not available in Jetty 7 and 8 (well,
unless replacing some hardcore bit of Jetty), but we're working on a
rewrite for Jetty 9, and we may consider this feature to be accessible
from aplications.

Thanks!

Simon
--
http://cometd.org
http://intalio.com
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


Back to the top