Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible to do benchmark with hardware spec... #12

Open
gitmko0 opened this issue Nov 5, 2020 · 4 comments
Open

possible to do benchmark with hardware spec... #12

gitmko0 opened this issue Nov 5, 2020 · 4 comments

Comments

@gitmko0
Copy link

gitmko0 commented Nov 5, 2020

  1. possible to do benchmark with hardware spec?
  2. show actual use case / production live site list
  3. what is the max concurrent connection able to push with fastw?

nice software btw

@dgrr
Copy link
Owner

dgrr commented Nov 5, 2020

  1. This month I'll be quite busy. I'll try to do a benchmark as soon as possible.
  2. That's a good idea. I'll try to create an article or something similar to explain use cases.
  3. Yes, that's something I didn't test in production.

Thanks!

@dgrr
Copy link
Owner

dgrr commented Feb 15, 2021

Hello.

I can try to compile who is using fastws in production for servers. So far, I don't know about anyone (including myself).
I've been using it quite a while for clients. Mainly for trading. I can provide examples in the future to demonstrate if it's reliable or not, etc...

@jansen191024
Copy link

I did some load test comparing fastws with gorilla/websocket, it shows that fastws is slower than gorilla/websocket and cost more cpu/memory. This result makes me confused because fastws is based on fasthttp while fasthttp is much more faster than other http frameworks...

@dgrr
Copy link
Owner

dgrr commented Jan 11, 2023

Hello @jansen191024 can you share your tests? It has been a long time since I did the last benchmark. I don't even use this library anymore. But anyways, notice that fastws does NOT use fasthttp, but it is compatible with fasthttp (which is different).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants