Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@×××××.com>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] PATCH: parallel-fetch
Date: Wed, 30 Nov 2005 20:56:17
Message-Id: 438E10EE.4070502@gmail.com
In Reply to: Re: [gentoo-portage-dev] PATCH: parallel-fetch by Brian Harring
1 Brian Harring wrote:
2 > Note that due to how it's implemented, this does two rounds of
3 > verification- it'll actually do *two* rounds of fetching too, if
4 > things go awry in the backgrounded thread.
5
6 Two possible improvements to help prevent user confusion:
7
8 1) Display a warning message when waiting for distlocks and parallel-fetching is enabled, in order to alert the user that background fetching is likely in progress.
9
10 2) Display a warning message via an atexit hook when parallel-fetching is enabled, in order to alert the user that background fetching may _still_ be in progress if emerge appears to hang after an ebuild dies (this happened to me while kde-3.5 was fetching in the background).
11
12 Zac
13 --
14 gentoo-portage-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] PATCH: parallel-fetch Brian Harring <ferringb@g.o>