> 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
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
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
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