Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 17:52:08 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Patrick Thomas <root@utility.clubscholarship.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: overhead: sshd x 5 or screen ?
Message-ID:  <20020409225208.GF84522@dan.emsphone.com>
In-Reply-To: <20020409151352.R59130-100000@utility.clubscholarship.com>
References:  <20020409151352.R59130-100000@utility.clubscholarship.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Apr 09), Patrick Thomas said:
> I am wondering what causes more overhead (disk, memory, and processor
> utilization):
> 
> - running 5 concurrent ssh connections into a FreeBSD server
> 
> - running 1 ssh connection into a FreeBSD server, and using `screen` to
> create 5 windows ?

5 sshs, because any output from session is encrypted and sent over the
wire, where with screen only output to the visisble window is sent.

-- 
	Dan Nelson
	dnelson@allantgroup.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020409225208.GF84522>