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.