cloudwego / hertz

Go HTTP framework with high-performance and strong-extensibility for building micro-services.
https://www.cloudwego.io
Apache License 2.0
5.12k stars 496 forks source link

how many multi million of websocket connections can be supported by hertz websocket? #1073

Closed ouvaa closed 6 months ago

ouvaa commented 6 months ago

saw this: https://www.druva.com/blog/websockets--scale-at-fractional-footprint-in-go

any comparison etc with memory usage?

github-actions[bot] commented 6 months ago

This issue has been marked as invalid question, please give more information by following the issue template. The issue will be closed in 1 days if no further activity occurs.

li-jin-gou commented 6 months ago

First of all can support millions of connections, if it is demo (ping/pong) , find a better machine, usually can carry it. If it is a complex business scenario to support millions of connections, the number of machines must also go up.

github-actions[bot] commented 6 months ago

This issue has been marked as invalid question, please give more information by following the issue template. The issue will be closed in 1 days if no further activity occurs.