Re: PATCH: PR27701: debuginfod clients with long-lived curl handles

2021-04-30 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > This is really nice. We should indeed also reuse a debuginfod_client > handle in libdwfl for a Dwfl or Dwfl_Module when we figure > out/document the multi-thread use case. [...] > > -Before a lookup function is initiated, a client application may > > -add HTTP request headers to future do

Re: PATCH: PR27701: debuginfod clients with long-lived curl handles

2021-04-30 Thread Mark Wielaard
Hi Frank, On Fri, Apr 23, 2021 at 03:43:09PM -0400, Frank Ch. Eigler via Elfutils-devel wrote: > PR27701: debuginfod client: encourage reused debuginfod_client objects > > Client objects now carry long-lived curl handles for outgoing > connections. This makes it more efficient f

PATCH: PR27701: debuginfod clients with long-lived curl handles

2021-04-23 Thread Frank Ch. Eigler via Elfutils-devel
Hi - Author: Frank Ch. Eigler Date: Fri Apr 23 13:04:26 2021 -0400 PR27701: debuginfod client: encourage reused debuginfod_client objects Client objects now carry long-lived curl handles for outgoing connections. This makes it more efficient for multiple sequential querie