Re: Nginx performance data

2022-01-08 Thread James Read
On Sun, Jan 9, 2022 at 12:47 AM Reinis Rozitis wrote: > > Otherwise why is my application running into such performance limits as > mentioned in this question on stackoverflow > https://stackoverflow.com/questions/70584121/why-doesnt-my-epoll-based-program-improve-performance-by-increasing-the-nu

RE: Nginx performance data

2022-01-08 Thread Reinis Rozitis
> Otherwise why is my application running into such performance limits as > mentioned in this question on stackoverflow > https://stackoverflow.com/questions/70584121/why-doesnt-my-epoll-based-program-improve-performance-by-increasing-the-number > ? You are testing something (public third party

Re: curious .conf problem

2022-01-08 Thread David27
Hello Francis, thanks for the hints. It is working now. >> 2) Gosh I am also hesitant to put >> the entire sites .conf file in a public email list where for evermore they >> are viewable by people who might notice exploits, even those unrelated to >> the issue at hand. > >That is a valid concern

Re: Nginx performance data

2022-01-08 Thread James Read
On Sat, Jan 8, 2022 at 9:21 PM Francis Daly wrote: > On Sat, Jan 08, 2022 at 08:53:44PM +, James Read wrote: > > > On Fri, Jan 07, 2022 at 01:36:04PM +, James Read wrote: > > Hi there, > > > > > Does anybody know what timeout is used in Nginx call to > > > > epoll_wait()? > > > which of t

Re: Nginx performance data

2022-01-08 Thread Francis Daly
On Sat, Jan 08, 2022 at 08:53:44PM +, James Read wrote: > > On Fri, Jan 07, 2022 at 01:36:04PM +, James Read wrote: Hi there, > > > Does anybody know what timeout is used in Nginx call to > > > epoll_wait()? > which of the many source files should I look in to get the answer? http://ngi

Re: Nginx performance data

2022-01-08 Thread James Read
On Fri, Jan 7, 2022 at 11:56 PM Maxim Dounin wrote: > Hello! > > On Fri, Jan 07, 2022 at 01:36:04PM +, James Read wrote: > > > Nice article. So the short answer is that Nginx does in fact use multiple > > processes. Does anybody know what timeout is used in Nginx call to > > epoll_wait()? Is

Re: Nginx performance data

2022-01-08 Thread James Read
On Sat, Jan 8, 2022 at 10:40 AM Reinis Rozitis wrote: > >> > https://www.nginx.com/blog/testing-the-performance-of-nginx-and-nginx-plus-web-servers/ > > > > 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

RE: Nginx performance data

2022-01-08 Thread Reinis Rozitis
>> https://www.nginx.com/blog/testing-the-performance-of-nginx-and-nginx-plus-web-servers/ > > 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. wrk (used in the tests) [1] is a multith