parallel downloads of multiple debuginfo files

Frank Ch. Eigler fche@redhat.com
Fri Apr 8 20:54:35 GMT 2022


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 up N threads, do one set of debuginfod_begin/_find/_end ops in each.
Bob is your uncle!

- FChE



More information about the Elfutils-devel mailing list