Updated Home (markdown)

shikhar
2010-10-03 12:12:28 -07:00
parent abfc1af193
commit 1129f9e395

@@ -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**