Gentoo Archives: gentoo-dev

From: "N. Owen Gunden" <ogunden@××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Idea for the portage maintainers
Date: Mon, 12 Apr 2004 14:18:50
Message-Id: 20040412141847.GA17793@phauna.org
In Reply to: Re: [gentoo-dev] Idea for the portage maintainers by Tom St Denis
1 On Mon, Apr 12, 2004 at 08:36:15AM -0400, Tom St Denis wrote:
2 > > How is this method faster or in any way better than rsync?
3 >
4 > Less metadata? If I want to download 1000 files off your site I have to say
5 >
6 > +GET /file1
7 > - -HTTP/1.1 200 OK
8 > ... data
9 > +GET /file2
10 > - -HTTP/1.1 200 OK
11 > ... data
12 > +GET /file3
13 > - -HTTP/1.1 200 OK
14 > ... data
15 > ETC
16
17 Hmm... it looks like you need to do a little research into how rsync
18 transfers files. It's much more efficient than what you're thinking.
19 And it certainly doesn't use HTTP.
20
21 - O
22
23 --
24 gentoo-dev@g.o mailing list