RE: [EXTERNAL] Re:Re: [HELP] What's the underlying connection reusing policy, can it be RR

2022-01-20 Thread Max Dymond via curl-library
> Thanks for your reply,.Yes, I don't do repeated request. Maybe come > a request, then next one come an hour later. But the requests are latency > concered(should be less than 50ms) . If every request comes, then > make a new connection to the server, the total cost of the request would > prob

Re:RE: [EXTERNAL] Re:Re: [HELP] What's the underlying connection reusing policy, can it be RR

2022-01-22 Thread 白水月 via curl-library
What I was doing is to send keepalive requests to the server. I'm just wondering if there is a more graceful solution. Anyway, thanks for your solution. -- Best wishes! At 2022-01-21 02:10:46, "Max Dymond" wrote: >> Thanks for your reply,.Yes, I don't do repeated request. Maybe

Re:RE: [EXTERNAL] Re:Re: [HELP] What's the underlying connection reusing policy, can it be RR

2022-01-23 Thread Daniel Stenberg via curl-library
On Sun, 23 Jan 2022, 白水月 wrote: What I was doing is to send keepalive requests to the server. I'm just wondering if there is a more graceful solution. TCP keepalive is rarely enough to maintain a connection. It usually also requires actual TCP traffic to go over it, which in the HTTP/2 case c

Re: [EXTERNAL] Re:Re: [HELP] What's the underlying connection reusing policy, can it be RR

2022-01-23 Thread Timothe Litt via curl-library
On 23-Jan-22 05:46, Daniel Stenberg via curl-library wrote: On Sun, 23 Jan 2022, 白水月 wrote: What I was doing is to send keepalive requests to the server. I'm just wondering if there is a more graceful solution. TCP keepalive is rarely enough to maintain a connection. It usually also require

Re:Re:RE: [EXTERNAL] Re:Re: [HELP] What's the underlying connection reusing policy, can it be RR

2022-02-06 Thread 白水月 via curl-library
Thanks for your constructive reply. Yet I do send a keepalive request to the server. It works something just like an "echo". -- Best wishes! 在 2022-01-23 18:46:14,"Daniel Stenberg" 写道: >On Sun, 23 Jan 2022, 白水月 wrote: > >> What I was doing is to send keepalive requests to the server. I