Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] WebSocket message batching in 9.2.3

Hi,

On Thu, Mar 26, 2015 at 2:57 PM, William Ferguson
<william.ferguson@xxxxxxxxxxxxx> wrote:
>
> Hey Simone,
>
> I'm never seeing more than one millisecond delay between sendString() and writeSuccess() and I'm always seeing writeSuccess() called (ie no instances of writeFailed()) so it doesn't sound like the TCP connection is congested.
> Besides, the clients aren't generally under much load.
>
> Can you think of anything that might cause the messages to batch?

No.

If you have a reproducible test case that we can try, will be great.
Alternatively, if you can reproduce with debug logging level, that
also would help.

In any case please file an issue at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty, so we can
keep track of this.

Thanks !

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top