akka / akka-http

The Streaming-first HTTP server/module of Akka
https://doc.akka.io/docs/akka-http
Other
1.34k stars 594 forks source link

Investigate client WebSocket performance #3376

Open jrudolph opened 4 years ago

jrudolph commented 4 years ago

In https://discuss.lightbend.com/t/low-websocket-client-performance/6907 it was reported that there might be more Streamed messages than expected which will lead to bad performance because of all the stream handling collecting full messages.

jrudolph commented 4 years ago

There are two things at play here (affecting both client and server parsing side):

jrudolph commented 4 years ago

3377 has some experiments for investigation but I won't continue to work on that right now.