Re: relative performance

2021-08-25 Thread Daniel Stenberg via curl-library
On Tue, 24 Aug 2021, Ben Greear via curl-library wrote: What is your network-under-test in this case? Not sure. I hope to come up with a way where the network and exact server aren't terribly important as long as they perform roughly the same on repeated runs. It would need some experimenti

Re: relative performance

2021-08-25 Thread XSLT2.0 via curl-library
Hello curl team, Summary : IMHO the important thing is to test on a "slow enough" machine, assuming the main measure you want is "elapsed". A Raspberry Pi 4 is a good candidate, and quite cheap (you don't need the 8GB RAM model to run curl!). Alternatives are of course using a much faster networ

Re: relative performance

2021-08-25 Thread bch via curl-library
On Wed, Aug 25, 2021 at 00:35 Daniel Stenberg via curl-library < curl-library@cool.haxx.se> wrote: > On Tue, 24 Aug 2021, Ben Greear via curl-library wrote: > > > What is your network-under-test in this case? > > Not sure. > > I hope to come up with a way where the network and exact server aren't

Re: relative performance

2021-08-25 Thread bch via curl-library
On Wed, Aug 25, 2021 at 12:33 bch wrote: > > > On Wed, Aug 25, 2021 at 00:35 Daniel Stenberg via curl-library < > curl-library@cool.haxx.se> wrote: > >> On Tue, 24 Aug 2021, Ben Greear via curl-library wrote: >> >> > What is your network-under-test in this case? >> >> Not sure. >> >> I hope to co

Re: relative performance

2021-08-25 Thread Daniel Stenberg via curl-library
On Wed, 25 Aug 2021, XSLT2.0 via curl-library wrote: Summary : IMHO the important thing is to test on a "slow enough" machine, assuming the main measure you want is "elapsed". Slow enough for what? I agree that if we run the tests over an actual physical network, a system with a fast enough C

RE: Connection to file server disconnected while file transfer is in progress

2021-08-25 Thread vaibhav.taksale--- via curl-library
Hi Daniel, Thanks for suggestions. We will work on upgrade. Regarding disconnection, here is code flow - 1. Authentication to server successful. 2. Opening data channel for File download from server 3. after 2 minutes, connection timed out. Sample code - initMultiHandle(); // initi