On Sat, 2009-10-24 at 22:16 -0700, Ross Boylan wrote:
> Almost all the time is in
>  while (my $client = $server->accept()) {
>                 # spent   122s making 5 calls to IO::Socket::accept,
> avg
> 24.4s/call
> Since that's real world, I'm not sure if that's surprising.  What is
> surprising is that I'm pretty sure it ran in less than 2 minutes.
Clock time seemed more like 24 seconds (but may have been less).  So
maybe it's doing 5 fetches simultaneously, and they are stepping on each
other?  The entire sources.list was
deb http://debian.betterworld.us:3333/mainline lenny main
It seems to me that should be one fetch, but maybe it's getting multiple
files simultaneously...

apt-cacher.conf does define 4 aliases:
path_map = mainline ftp.us.debian.org/debian; security
security.debian.org; multimedia
http://gulus.usherbrooke.ca/pub/distro/debian/debian-multimedia;
volatile http://volatile.debian.org/debian-volatile

It might also be relevant that I've set them to different mirrors at
different times.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to