[Bug debuginfod/27863] New: server optimization for identical concurrent requests
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Thu May 13 21:01:37 GMT 2021
https://sourceware.org/bugzilla/show_bug.cgi?id=27863
Bug ID: 27863
Summary: server optimization for identical concurrent requests
Product: elfutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: debuginfod
Assignee: unassigned at sourceware dot org
Reporter: fche at redhat dot com
CC: elfutils-devel at sourceware dot org
Target Milestone: ---
Sometimes it can happen that multiple clients ask for the same file at about
the same time. If that file is in an archive, it is a waste to decompress the
archive multiple times. It's better to let the second request WAIT for the
first to finish, then send the resulting file (where it's likely to be sitting
in the fdcache).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Elfutils-devel
mailing list