<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 7, 2022 at 12:18 PM Reinis Rozitis <<a href="mailto:r@roze.lv">r@roze.lv</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Anyone?<br>
<br>
Since the questions are quite general (like the upper limits are usually hardware bound so the performance numbers vary based on that) maybe reading these blog posts can give some insight:<br>
<br>
<a href="https://www.nginx.com/blog/testing-the-performance-of-nginx-and-nginx-plus-web-servers/" rel="noreferrer" target="_blank">https://www.nginx.com/blog/testing-the-performance-of-nginx-and-nginx-plus-web-servers/</a></blockquote><div><br></div><div>I don't view the test described as valid because the test is between one client and one server.  I'm interested in testing with one server and many clients.</div><div><br></div><div>The reason I'm asking is because I developed a epoll based client that connects to many servers and the performance was not impressive when over 1024 concurrent connections was reached. See this question on stackoverflow for more details <a href="https://stackoverflow.com/questions/70584121/why-doesnt-my-epoll-based-program-improve-performance-by-increasing-the-number">https://stackoverflow.com/questions/70584121/why-doesnt-my-epoll-based-program-improve-performance-by-increasing-the-number</a> In contrast, when I test with wrk which is also epoll based and creates many concurrent connections from one client to one server the performance is markedly improved. </div><div><br></div><div>This is why I'm interested in Nginx performance with many clients. I want to see if there is a buy in my epoll based client that is limiting performance. If Nginx performs well with multiple clients over 1024 clients then that would seem to indicate there is a bug in my epoll based client.</div><div><br></div><div>James Read</div><div><br></div><div> </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
and other articles <a href="https://www.nginx.com/blog/tag/performance-testing/" rel="noreferrer" target="_blank">https://www.nginx.com/blog/tag/performance-testing/</a> <br>
<br>
<br>
rr<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div></div>