Replies: 16 comments 1 reply
-
(I'm not a maintainer, just a user) If Sozu provides comparisons with Nginx, it will be easier to know which is faster, since But it's also important to emphasize that Sozu still doesn't support HTTP/3 (QUIC) sozu-proxy/sozu#565, as |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, they provide no benchmarks that I could find. They do have a Dockerfile, so it may be fairly straightforward to set up a new benchmark from the code in the
Great point. |
Beta Was this translation helpful? Give feedback.
-
It would be awesome if you could help the project with this update! |
Beta Was this translation helpful? Give feedback.
-
Hi Luke and Paulo, At this moment, I have never tried |
Beta Was this translation helpful? Give feedback.
-
P.S.: As you may know, I added the latest benchmarking result on my laptop (MBP'14 2021). Surprisingly, the |
Beta Was this translation helpful? Give feedback.
-
Just wow! Not only the latency with |
Beta Was this translation helpful? Give feedback.
-
I tried to build Sozu docker image on my laptop (Macbook Pro with Apple M1), but unfortunately failed. This is due to its implementation of So, to benchmark |
Beta Was this translation helpful? Give feedback.
-
Would be interesting if @lukehsiao could help us doing the test in his computer. What do you think, Luke? |
Beta Was this translation helpful? Give feedback.
-
Sure, I can help when I have some time. One thing that isn't clear to me from the Sozu docs is what the configuration should be for the benchmark. If you've already figured one out what you can share, that would be helpful. |
Beta Was this translation helpful? Give feedback.
-
I also see there is pre-built image available here: https://hub.docker.com/r/clevercloud/sozu/ this tracks the master branch. So you don't need to build it yourself. |
Beta Was this translation helpful? Give feedback.
-
Thanks Paulo and Luke for your comments! I just put the latest benchmark result into the bench dir examined on the Due to the limitation/flaw (?) of |
Beta Was this translation helpful? Give feedback.
-
Thanks! Very interesting results, and cool to see two different rust implementations doing so well. |
Beta Was this translation helpful? Give feedback.
-
We thank you, Jun! The new benchmarks are top notch and show a promising future for Despite a good performance on Sozu's side (congrats to the devs), Also, because When using it on HTTP/3, we could expect even better results. |
Beta Was this translation helpful? Give feedback.
-
Now there's another player called pingora-proxy. |
Beta Was this translation helpful? Give feedback.
-
Sounds nice but pingora is a library and does not seem to work “as-is”. To compare it with rpxy, we need to implement a reference reverse proxy using pingora. i think it would not be “fair” actually. |
Beta Was this translation helpful? Give feedback.
-
pingora can run in a spawned std::thead, and communicate with outside? Is that make sense? |
Beta Was this translation helpful? Give feedback.
-
Recently I was browsing rust-based reverse proxies and happened upon this one as well as https://www.sozu.io/. I'm curious how the performance compares.
Beta Was this translation helpful? Give feedback.
All reactions