Re: Slow Performance with libcurl when changing Ip Address

2022-11-02 Thread Daniel Stenberg via curl-library
On Tue, 1 Nov 2022, frankfreak via curl-library wrote: I'm trying to reuse the same CURL handle in order to reuse it's connections associated with it. However, I noticed a huge performance drop when I constantly change the Ip address of my request. When I keep the IP address unchanged

Re: Slow Performance with libcurl when changing Ip Address

2022-11-01 Thread frankfreak via curl-library
Try using the latest version (ver. 7.86.0) and ask again if there are still problems. Thank you, I did that and it's still happening: "same handle performance drop when i switch ip of my requests constantly". libcurl: curl 7.86.0 (x86_64-pc-linux-gnu) libcurl/7.86.0 OpenSSL/1.0.2k-fips

Re: Slow Performance with libcurl when changing Ip Address

2022-11-01 Thread Dan Fandrich via curl-library
On Tue, Nov 01, 2022 at 08:42:45PM +0800, frankfreak via curl-library wrote: curl 7.70.0 (x86_64-pc-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/ 1.28 libssh2/1.8.0 You're using mismatched versions—an over 2-year-old CLI (ver. 7.70.0) with an almost 10-year-old library (ver.

Slow Performance with libcurl when changing Ip Address

2022-11-01 Thread frankfreak via curl-library
Hello All, First time developing with libcurl and got some unexpected results: I'm trying to reuse the same CURL handle in order to reuse it's connections associated with it. However, I noticed a huge performance drop when I constantly change the Ip address of my request. When I keep the IP