From 1129f9e395f50c16208e5f955ce29173b5f42165 Mon Sep 17 00:00:00 2001 From: shikhar Date: Sun, 3 Oct 2010 12:12:28 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index d52c2e0..5949e64 100644 --- a/Home.md +++ b/Home.md @@ -5,9 +5,9 @@ Frequently Asked Questions =========================== -+ **Multiple commands/shells/subsystems in a connection** ++ **Multiple sessions** - `Session` objects are not reusable, so you can only have one command/shell/subsystem via `exec()`, `startShell()` or `startSubsystem()` respectively. But you can start multiple sessions over a single connection so you need not reconnect. + `Session` objects are not reusable, so you can only have one command/shell/subsystem via `exec()`, `startShell()` or `startSubsystem()` respectively. But you can start multiple sessions over a single connection. + **Toning down the logging**