Re: Epoll performance issues.

2020-11-27 Thread Felipe Gasper via curl-library
> On Nov 27, 2020, at 5:29 AM, James Read via curl-library > wrote: > > Hi, > > On Fri, Nov 27, 2020 at 7:22 AM Daniel Stenberg wrote: > On Fri, 27 Nov 2020, James Read wrote: > > > Has anybody ever actually succeeded in making a high performance > > application > > with epoll/libcurl as

Re: Epoll performance issues.

2020-11-27 Thread Daniel Stenberg via curl-library
On Fri, 27 Nov 2020, James Read wrote: most people I know of use an event library in between I see. Any projects that you can give us as examples? Any that are open source? Sorry, I don't know any off the top of my head. I would be genuinely interested in hearing if you think there is any

Re: Epoll performance issues.

2020-11-27 Thread James Read via curl-library
Hi, On Fri, Nov 27, 2020 at 7:22 AM Daniel Stenberg wrote: > On Fri, 27 Nov 2020, James Read wrote: > > > Has anybody ever actually succeeded in making a high performance > application > > with epoll/libcurl as the back end. > > Yes. Although most people I know of use an event library in between

Re: Re: Epoll performance issues.

2020-11-27 Thread Patrick Schlangen via curl-library
On Fri, 27 Nov 2020, James Read wrote: > Has anybody ever actually succeeded in making a high performance application > with epoll/libcurl as the back end. Yes. Some things I've learned (for my usecase): * If using SSL hosts, set CURLOPT_CAINFO to a small list of accepted CAs or, if not interest