git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Parallel pull for ssh-pull
@ 2005-08-02 20:02 barkalow
  2005-08-02 20:38 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: barkalow @ 2005-08-02 20:02 UTC (permalink / raw)
  To: git

I think I've now got the parallel pull use in ssh-pull to the point where 
it could be useful to post. Similar stuff should work for http-pull (where 
it will probably be more interesting), but I have to read more libcurl 
documentation.

Initial results on ssh-pull are encouraging: on my local ethernet, I moved 
the current git repository in 16 seconds, unpacked and with the push 
side acting dumb. I think it was requesting objects about 6 ahead of where 
it was reading them. I didn't test how much time the pipe spent empty in 
the final version; when I was printing debugging messages, the pipe was 
often empty, but it also took 3 times as long, and was therefore probably 
blocking on debugging output, not the network.

This work is based on some now in -pu; what should I base my patches on? I 
would ideally like to add a function to one of the patches in -pu and fix 
a subtle bug in the other, in addition to further patches to actually use 
the feature in ssh-pull.

	-Daniel
*This .sig left intentionally blank*

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-02 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-02 20:02 Parallel pull for ssh-pull barkalow
2005-08-02 20:38 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).