Re: Proposal: Output should push to different servers in parallel

2019-02-07 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > This seems like a reasonable idea, until such time as someone submits > patches to implement this in git you can do this with some invocation of > GNU parallel -k, i.e. operate on N remotes in parallel, and use the -k > option to buffer up all their output and pr

Re: Proposal: Output should push to different servers in parallel

2019-02-07 Thread Ævar Arnfjörð Bjarmason
On Wed, Feb 06 2019, Victor Porton wrote: > I experienced a slowdown in Git pushing when I push to more than one server. > > I propose: > > Run push to several servers in parallel. > > Not to mix the output, nevertheless serialize the output, that is for > example cache the output of the second

Proposal: Output should push to different servers in parallel

2019-02-06 Thread Victor Porton
I experienced a slowdown in Git pushing when I push to more than one server. I propose: Run push to several servers in parallel. Not to mix the output, nevertheless serialize the output, that is for example cache the output of the second server push and start to output it immediately after th