Re: Dump http servers still slow?

2005-08-01 Thread Darrin Thompson
On Sat, 2005-07-30 at 23:51 -0700, Junio C Hamano wrote: Darrin Thompson [EMAIL PROTECTED] writes: 1. Pack files should reduce the number of http round trips. 2. What I'm seeing when I check out mainline git is the acquisition of a single large pack, then 600+ more recent objects. Better

Re: Dump http servers still slow?

2005-07-29 Thread Ryan Anderson
On Fri, Jul 29, 2005 at 09:03:41AM -0500, Darrin Thompson wrote: Where is the code for gitweb? (i.e. http://kernel.org/git ) Seems like it could benefit from some git-send-pack superpowers. http://www.kernel.org/pub/software/scm/gitweb/ It occurs to me that pulling this into the main git

Re: Dump http servers still slow?

2005-07-29 Thread Junio C Hamano
Darrin Thompson [EMAIL PROTECTED] writes: Ok... so lets check my assumptions: 1. Pack files should reduce the number of http round trips. 2. What I'm seeing when I check out mainline git is the acquisition of a single large pack, then 600+ more recent objects. Better than before, but still

Re: Dump http servers still slow?

2005-07-28 Thread Junio C Hamano
Darrin Thompson [EMAIL PROTECTED] writes: I just ran git clone against the mainline git repository using both http and rsync. http was still quite slow compared to rsync. I expected that the http time would be much faster than in the past due to the pack file. Is there something simple I'm