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 and not
epoll directly, but they would still eventually use epoll on Linu
> On Nov 26, 2020, at 5:28 PM, Daniel Stenberg wrote:
>
> On Thu, 26 Nov 2020, Felipe Gasper via curl-library wrote:
>
>> I work on software that we deploy to CloudLinux 6, whose system curl is
>> 7.19.
>
> Even if that's the last one in the 7.19.x series, it would still make it
> olde
Hi,
On Thu, Nov 26, 2020 at 10:20 PM Daniel Stenberg wrote:
> On Thu, 26 Nov 2020, James Read via curl-library wrote:
>
> > I don't know if this helps but I would be willing to become a silver
> sponsor
> > of the libcurl project if I can find a decent solution to this problem.
>
> I can't speak
On Thu, 26 Nov 2020, Felipe Gasper via curl-library wrote:
I work on software that we deploy to CloudLinux 6, whose system curl
is 7.19.
Even if that's the last one in the 7.19.x series, it would still make it older
than *11 years*. You should seriously consider upgrading.
I was able to fi
On Thu, 26 Nov 2020, James Read via curl-library wrote:
I don't know if this helps but I would be willing to become a silver sponsor
of the libcurl project if I can find a decent solution to this problem.
I can't speak for anyone else, but I don't think you offering the project
money is going
Hi,
On Tue, Nov 24, 2020 at 7:50 PM James Read wrote:
> Hi,
>
> On Tue, Nov 24, 2020 at 5:37 PM Tomalak Geret'kal via curl-library <
> curl-library@cool.haxx.se> wrote:
>
>> On 23/11/2020 20:16, James Read via curl-library wrote:
>> > I have attempted to make two minimal codes that
>> > demonstr
Hello,
I work on software that we deploy to CloudLinux 6, whose system curl is
7.19. I was able to find a way to work around 7.19’s lack of native UNIX socket
support via CURLOPT_OPENSOCKETFUNCTION; might there be a similar way to work
around 7.19’s lack of CURLOPT_RESOLVE support?