Re: parallel downloads of multiple debuginfo files

2022-04-15 Thread Mark Wielaard
Hi, On Fri, 2022-04-08 at 17:31 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > Hi - > > > But once again - isn't this a problem that everyone using dwfl is > > going to > > encounter? Should we not try to find a general solution to this > > problem and > > fix it for all consumers of the A

Re: parallel downloads of multiple debuginfo files

2022-04-08 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > But once again - isn't this a problem that everyone using dwfl is going to > encounter? Should we not try to find a general solution to this problem and > fix it for all consumers of the API? I suspect not many apps are going to have a complete list of files they know they'll need a prio

Re: parallel downloads of multiple debuginfo files

2022-04-08 Thread Milian Wolff
On Freitag, 8. April 2022 22:54:35 CEST Frank Ch. Eigler wrote: > Hi - > > > one more debuginfod question: Would it be possible to extend the API > > to allow downloading of multiple debug info files in parallel? The > > `debuginfod_find_*` API currently only supports looking at multiple > > serv

Re: parallel downloads of multiple debuginfo files

2022-04-08 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > one more debuginfod question: Would it be possible to extend the API > to allow downloading of multiple debug info files in parallel? The > `debuginfod_find_*` API currently only supports looking at multiple > server urls in parallel. I would like to ask multiple files in > parallel. Spin

parallel downloads of multiple debuginfo files

2022-04-08 Thread Milian Wolff
Hey all, one more debuginfod question: Would it be possible to extend the API to allow downloading of multiple debug info files in parallel? The `debuginfod_find_*` API currently only supports looking at multiple server urls in parallel. I would like to ask multiple files in parallel. The use