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

hi,

I haven't done anything with WS.. the WS module was just sitting unused in start.ini

Michele


On Fri, 28 Apr 2017 at 14:57, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
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() ?

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
_______________________________________________
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
--
Sent from Gmail Mobile

Back to the top