Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty9 websocket design

Hi,

On Mon, May 27, 2013 at 3:34 PM, Nils Kilden-Pedersen <nilskp@xxxxxxxxx> wrote:
> Could someone comment on how Jetty9 handles websockets, from a design
> perspective? I'm thinking primarily about resource consumption, such as
> memory usage per connection, number of threads and any (non-) blocking
> behavior, etc.

We have not benchmarked yet what you would like to know.
The Jetty WebSocket API have a non-blocking version along with a
blocking version.
We're working on JSR 356 which has its own semantic, which is however
pretty close to Jetty's WebSocket API.

--
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