From 95429c249bfd39c7016f037242753f45fc0fd55d Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Wed, 9 Apr 2008 21:13:49 -0600 Subject: update documentation to include lazy server evaluation, concurrent connection limiting, and connection error control. Also updated manifest file --- README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rdoc') 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: -- cgit v1.2.1