[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: OpenSolaris?
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: OpenSolaris?
- From: coderman <coderman@xxxxxxxxx>
- Date: Wed, 4 Jun 2008 11:52:29 -0700
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Wed, 04 Jun 2008 14:52:46 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Po29LkBxqO4386R+wd/uk6T86iHJBQpnq7PWo3svaCQ=; b=W0ISV0zW1e9q1nMa9QonPezH5S+46vgfMHHE+fmoL1vVLB8hliRstfaFRBlCRbrIoU GpySi4ALdJ5zdP4Dl5kqurvJhB4Pwm6sNfZ/3524SOYUKUaLhsC1qN7+A42wgYZKF4yZ pAoEKWsFEKGbefA67dhVsmUDVeNOOOIP4KdYg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GcBVHXOkC7i0C4cfnOP8v5z3z69krYgsbySgclsWdOqIEP6SyA9ND62RyF2sXQcUxQ zBCh1NYa7eLKi49eGgX6pRvdYZ3TGECPwxlMeg79+3FQn0C1Qgbvi7AbsnSyshzmJFuQ 3f1sYoCnxgYC/WZvsmo2kFSP03EL/wxMONx5g=
- In-reply-to: <4B19D53CBC78428F9E6E872227C644DC@KeeferKid>
- References: <4B19D53CBC78428F9E6E872227C644DC@KeeferKid>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
On Wed, Jun 4, 2008 at 9:33 AM, Wesley Kenzie <wkenzie@xxxxxxx> wrote:
> ... I'm investigating using Amazon EC2
> and OpenSolaris on my server to address scalability.
i'm confused. you want to run a node on Solaris on EC2 to achieve
higher throughput?
this is not likely to work as well as you expect, as the current
implementation of Tor has a hard time utilizing multiple processors
for the bottleneck crypto operations. a grid computer with multiple
virtual cores is likely to have the same issues with load
distribution.
you will most likely be limited by the crypto power of a single
virtual core, regardless of how many are configured.
i'd be interested to hear how this experiment goes, if you do try it.
for better performance, you might consider using hardware crypto
offload to improve throughput. this is known to work to well, and
some crypto acceleration is effective enough that the
compression/decompression is now the bottleneck for a Tor router.
there are a number of such add in cards and even some CPU's with
crypto acceleration built in (VIA padlock).
best regards,