Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273277 - [Vague Idea] Would e nice to re-use persistent connection for fetch
Summary: [Vague Idea] Would e nice to re-use persistent connection for fetch
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Conceptual/Abstract Ideas (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 377365 265438
  Show dependency tree
 
Reported: 2009-06-09 01:13 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-08-02 00:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-09 01:13:17 UTC
I'm currently downloading the distfiles for the ebuilds that the tinderbox is going to merge and I like archives for.. one thing I noticed is that given we use multiple wget commands, we don't currently have a way to re-use the same http connection for them, which is quite a waste to be honest.

Could be a good idea to look into it, IMHO.
Comment 1 Zac Medico gentoo-dev 2009-06-09 14:14:13 UTC
Similar to bug 265438 which is about ftp. Can probably use http_proxy as a workaround.