Re: relative performance

2021-08-26 Thread XSLT2.0 via curl-library
> Slow enough for what? I agree that if we run the tests over an actual > physical > network, a system with a fast enough CPU will saturate the network and then > it > mostly won't matter how fast or not curl is. > > For this kind of test to be sensible, we need to make sure to either have a

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

2021-08-26 Thread Daniel Stenberg via curl-library
On Thu, 26 Aug 2021, vaibhav.taksale--- via curl-library wrote: 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. How does it "time out" ? What does it mean,

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

2021-08-26 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(); //

Re: relative performance

2021-08-26 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