Hi, is there a noticable performance or resource p...
# http4k
a
Hi, is there a noticable performance or resource penalty when adding websockets and using a PolyHandler? Any plans to add Undertow as a WsServer (currently only Jetty)? Still exploring all the features of http4k 🙂 Thanks!
d
TBH I'm not sure - under the covers it's just using the standard "add handler" mechanic of Jetty. It might have an effect on connection pools though when under load.
And currently there are no plans to add undertow websockets - feel free to have a go and PR it though! 🙂