Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] jetty 9.4.4 creates HttpClient threads with WebSockets module enabled

That doesn't sound right.
Have you accessed the Jetty WebSocketClient?

or, if you are JSR356, have you requested the WebSocketContainer via the javax.websocket.ContainerProvider.getWebSocketContainer() ?
http://docs.oracle.com/javaee/7/api/javax/websocket/ContainerProvider.html



Joakim Erdfelt / joakim@xxxxxxxxxxx

On Fri, Apr 28, 2017 at 3:26 AM, Michele Rossi <michele.rossi@xxxxxxxxx> wrote:
hi all,

I have just noticed that if you enable the WebSockets module (from start.ini) then Jetty creates a number of threads whose name starts with HttpClient.

Is this intended?

Without knowing a lot about WebSockets I'd say that in most cases within Jetty you are only interested in server side handling, not in connecting to other WebSockets endpoint.


thanks,
Michele

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top