jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Issue #6328 - avoid binding WebSocket MethodHandles

Open lachlan-roberts opened this issue 2 years ago • 0 comments

Use a new MethodHolder interface so that implementations can be used which avoid binding the MethodHandles for each WebSocket connection. This will avoid the multiple spikes seen on the flamegraph from https://github.com/jetty/jetty.project/issues/6328.

lachlan-roberts avatar Oct 18 '23 20:10 lachlan-roberts