Delivery-Date: Sat, 15 Aug 2015 11:38:37 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,
	DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_MED,T_DKIM_INVALID,T_RP_MATCHES_RCVD
	autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id C55BD1E06D2;
	Sat, 15 Aug 2015 11:38:35 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 6B64336805;
	Sat, 15 Aug 2015 15:38:30 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 61F903681B
 for <tor-talk@lists.torproject.org>; Sat, 15 Aug 2015 15:38:26 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id I8UilOMPynzV for <tor-talk@lists.torproject.org>;
 Sat, 15 Aug 2015 15:38:26 +0000 (UTC)
Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com
 [IPv6:2a00:1450:4010:c03::22f])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 0824D3680E
 for <tor-talk@lists.torproject.org>; Sat, 15 Aug 2015 15:38:26 +0000 (UTC)
Received: by lahi9 with SMTP id i9so57762871lah.2
 for <tor-talk@lists.torproject.org>; Sat, 15 Aug 2015 08:38:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=qahRsI2bpMwAGJKfYIIt1CPhdK203RqJ59w1bCwjYJ0=;
 b=Mm5hdcBV15u1gPbFTPFt+o/2r80U02BXMvMGlvLeQZ8N0tXgfOEjU/tDvOxaycUnzg
 s0nUbG21Biw09Uzt7XXEdKwoWyf7sTk7c7ChDgtSuIvBMT23q0rnjcxZuqo4n8wPvtJF
 Pa8miKJLFaH9B+6N8TT2raCHA1Cpo0M9ab9RmbPYNb5JkY5B1oBSYAzvbetw8WPHORSS
 y9mdCxWUbzBJcihthh/+bw3TVr3BRPb7W9O5Nu/uzh5MHClfV0EnfJlikNW6xGLVces/
 /fOCfuRrJiIWGg8zQJsJGhnA3+eigRIckNbxZPiSqjj0vs6f7Vv2PhDCC8vIaizVhXcr
 wJzw==
MIME-Version: 1.0
X-Received: by 10.152.44.130 with SMTP id e2mr48578822lam.14.1439653102801;
 Sat, 15 Aug 2015 08:38:22 -0700 (PDT)
Received: by 10.25.91.206 with HTTP; Sat, 15 Aug 2015 08:38:22 -0700 (PDT)
Date: Sat, 15 Aug 2015 08:38:22 -0700
Message-ID: <CAJVRA1RYpjxcE81eWNThSkB3sYZETphE+DQDM0xxz1mFS+jr1g@mail.gmail.com>
From: coderman <coderman@gmail.com>
To: tor-talk@lists.torproject.org
Subject: Re: [tor-talk] multithreading
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

On 8/11/15, coderman <coderman@gmail.com> wrote:
> ...
> i thought i had a list of Trac tickets to the gist of this matter,
>   alas i cannot find them. perhaps someone else has a convenient
> collection?


https://trac.torproject.org/projects/tor/wiki/org/projects/Tor/MultithreadedCrypto
which covers the lay of the land.

last summer a GSoC project:
  https://github.com/towelenee/tor
making steps in the direction.

see also Trac tickets:
- https://trac.torproject.org/projects/tor/ticket/1749
- https://trac.torproject.org/projects/tor/ticket/1760
- https://trac.torproject.org/projects/tor/ticket/7572


 best regards,
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

