darcs

Issue 32 multiplex transactions over a single ssh connection

Title multiplex transactions over a single ssh connection
Priority feature Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, tommy, zooko
Assigned To kowey
Topics

Created on 2005-11-30.02:10:55 by zooko, last changed 2009-08-27.13:47:10 by admin.

Messages
msg116 (view) Author: zooko Date: 2005-11-30.02:10:55
Not only does creating multiple ssh connection make darcs noticeably slower for
some operations, but it has recently been discovered that some firewalls reject
a quick succession of connections from the same source to the same destination,
which means that darcs mysteriously fails if its ssh connections need to pass
through such a firewall.  This explains some previously observed mysterious
failures.

openssh has recently grown a nice ControlMaster feature which might help with this.
msg476 (view) Author: kowey Date: 2006-02-08.15:00:41
Looks easy enough.

I'll just follow this setup here:
http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/doc/darcs.html

I guess if there is no ssh -M, then darcs will default to the old
non-multiplexing behaviour.

Will unassign if this turns out to be too hard for me.
msg643 (view) Author: tommy Date: 2006-05-13.18:06:54
fixed in 1.0.7 by:
Sat Mar 18 00:33:37 CET 2006  Eric Kow <eric.kow@loria.fr>
  * Multiplex transactions over a single ssh connection (issue32).
History
Date User Action Args
2005-11-30 02:10:55zookocreate
2006-02-08 15:00:42koweysetstatus: unread -> unknown
nosy: + kowey
messages: + msg476
2006-03-25 22:13:44koweysetstatus: unknown -> resolved-in-unstable
nosy: droundy, tommy, kowey, zooko
2006-05-13 18:06:54tommysetstatus: resolved-in-unstable -> resolved
nosy: droundy, tommy, kowey, zooko
messages: + msg643
2009-08-06 17:41:05adminsetnosy: + markstos, jast, Serware, dmitry.kurochkin, darcs-devel, dagit, mornfall, simon, beschmi, thorkilnaur, - droundy
2009-08-06 20:46:35adminsetnosy: - beschmi
2009-08-10 21:58:09adminsetnosy: - markstos, darcs-devel, jast, dagit, Serware, mornfall
2009-08-25 17:54:38adminsetnosy: + darcs-devel, - simon
2009-08-27 13:47:10adminsetnosy: tommy, kowey, darcs-devel, zooko, thorkilnaur, dmitry.kurochkin