You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by Shawn Pearce <sop@google.com> on Mon Mar 02 16:48:44 PST 2009
Source: JIRA REPO-11
OpenSSH on UNIX platforms can support multiplexing multiple ssh connections
onto a single TCP stream, saving the startup and teardown costs.
For applications like repo, fetching 120+ projects over SSH require forking
120+ ssh clients, probably all pointing at the same server. Most of the time
is spent starting the SSH connection. By using a ControlMaster connection
opened ahead of time these 120+ connections can send all of their data through
an existing stream, significantly reducing the wall-clock time required for a
no-op "repo sync".
Original issue reported on code.google.com by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:09
The text was updated successfully, but these errors were encountered:
Comment by Shawn Pearce <sop@google.com> on Fri Apr 10 18:56:51 PDT 2009
Patch https://review.source.android.com/9507 posted, but we can't merge it
until Gerrit's daemon is fixed.
Original comment by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:11
Original issue reported on code.google.com by
code-rev...@gtempaccount.com
on 24 Sep 2009 at 9:09The text was updated successfully, but these errors were encountered: