public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug debuginfod/27863] New: server optimization for identical concurrent requests
@ 2021-05-13 21:01 fche at redhat dot com
  2021-06-04  2:29 ` [Bug debuginfod/27863] " fche at redhat dot com
  2021-06-09 14:49 ` fche at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: fche at redhat dot com @ 2021-05-13 21:01 UTC (permalink / raw)
  To: elfutils-devel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug debuginfod/27863] server optimization for identical concurrent requests
  2021-05-13 21:01 [Bug debuginfod/27863] New: server optimization for identical concurrent requests fche at redhat dot com
@ 2021-06-04  2:29 ` fche at redhat dot com
  2021-06-09 14:49 ` fche at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fche at redhat dot com @ 2021-06-04  2:29 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=27863

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |fche at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug debuginfod/27863] server optimization for identical concurrent requests
  2021-05-13 21:01 [Bug debuginfod/27863] New: server optimization for identical concurrent requests fche at redhat dot com
  2021-06-04  2:29 ` [Bug debuginfod/27863] " fche at redhat dot com
@ 2021-06-09 14:49 ` fche at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fche at redhat dot com @ 2021-06-09 14:49 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=27863

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
commit ab38d167c40c995d4b3c3a2ac1347f9f2be9c810
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Fri Jun 4 08:40:11 2021 -0400

    PR27863: debuginfod optimization for concurrent requests

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-09 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 21:01 [Bug debuginfod/27863] New: server optimization for identical concurrent requests fche at redhat dot com
2021-06-04  2:29 ` [Bug debuginfod/27863] " fche at redhat dot com
2021-06-09 14:49 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).