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