summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index fe66791..7c28af9 100644
--- a/README
+++ b/README
@@ -33,6 +33,22 @@ GNU parallel
Way complex, good for batches. I think cssh should not try to compete
with it. GNU parallel is written in Perl.
+Dsh
+---
+
+http://www.netfort.gr.jp/~dancer/software/dsh.html
+
+Distributed or Dancer's shell, written in C. dssh with -M -c -r ssh is
+basically the same what we are doing. dssh has no interactive mode.
+
+Clusterit
+---------
+
+http://www.sourceforge.net/projects/clusterit
+
+Also written in C. Set of tools for simple cluster-excution, focus
+on compilation and shell.
+
Why libssh and not libssh2
--------------------------