reassign 395538 libwww-perl,debmirror
thanks
Henrique de Moraes Holschuh <[EMAIL PROTECTED]> writes:
> Package: debmirror
> Version: 20060907.1
> Severity: wishlist
>
> Enhancing debmirror to properly download files over http in big batches can
> increase its performance by large ammounts. I get circa 4mbit/s from
> mirrors.kernel.org over pipelined requests, while debmirror doesn't manage
> even 512kbit/s average when there are too many files to download (because it
> does one connection per file to request). When it occasionally hits a big
> file, one can see tcp ramp up to 4mbit/s and then drop off again when
> demirror tears down the connection to get the next file.
Debmirror uses a perl module for the http transfer (LWP::UserAgent)
and I would have thought that uses keep-alive automatically. While
keep-alive is not true pipelining it is a neccessary first step for
it. I can't send to requests at once if the connection gets torn down
after the first.
I'm reassigning this to libwww-perl for implementation of keep-alive.
MfG
Goswin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]