summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-04-09 21:13:49 -0600
committerJamis Buck <jamis@37signals.com>2008-04-09 21:13:49 -0600
commit95429c249bfd39c7016f037242753f45fc0fd55d (patch)
tree69e8913d1c29ec9ad68fc77e098ccccaefdb0a42 /README.rdoc
parentb58b29794855c7d70a3488c5bf122172ce2cfb85 (diff)
downloadnet-ssh-multi-95429c249bfd39c7016f037242753f45fc0fd55d.tar.gz
update documentation to include lazy server evaluation, concurrent connection limiting, and connection error control. Also updated manifest file
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index d80580b..73ca258 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -11,7 +11,9 @@ This library is particularly useful for automating repetitive tasks that must be
== FEATURES:
* Easily manage multiple connections
-* Open channels, spawn processes, etc. on multiple connections in parallel.
+* Open channels, spawn processes, etc. on multiple connections in parallel
+* Transparently limit concurrent connections when dealing with large numbers of servers (Net::SSH::Multi::Session#concurrent_connections)
+* Specify a default gateway machine through which connections should be tunneled, or even specify a different gateway machine for each server
== SYNOPSIS: