Gentoo Archives: gentoo-dev

From: Nicholas Jones <carpaski@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Subcategores and a C comment
Date: Mon, 04 Oct 2004 18:00:57
Message-Id: 20041004180053.GB7677@twobit.net
In Reply to: Re: [gentoo-dev] Subcategores and a C comment by Luke-Jr
1 > It seems like you're assuming that only one file can be fetched per
2 > connection. I haven't researched the topic much, but I'm pretty sure HTTP,
3 > not to mention FTP, supports multiple requests with one connection.
4
5 How do you handle changing depends? You cannot safely assume that
6 a single download of all current relevant directories will be
7 complete. Thus... You have to connect and download multiple times.
8
9 HTTP/FTP would add in complexity to portage's update procedure.
10 Now we'd have to ensure that our information is correct. wget
11 could do this with timestamps, but then you lose the forcable
12 checking of the contents by checksum.
13
14 --NJ

Replies

Subject Author
Re: [gentoo-dev] Subcategores and a C comment Luke-Jr <luke-jr@×××××××.org>