From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 5FFA8BB81 for ; Mon, 13 Feb 2006 05:29:39 +0100 (CET) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k1D4TcWK030475 for ; Mon, 13 Feb 2006 05:29:39 +0100 Received: by zproxy.gmail.com with SMTP id 12so914214nzp for ; Sun, 12 Feb 2006 20:29:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Z7DxFSOTvfb9hdbBdAUqVu4snFaXKOFMgtGIkUzQA677RExxjSOOd36tkqe6Wfwp7mMTRPVMNx7Vajw2OIwoOh7RFmco8QQVsWPxIuvORCqMN+zqU0IHLDTbpHILFgqisJjh6u5pnau2IXSMZFnvUjguRZukZ5wCFZeLJKD7lxs= Received: by 10.65.153.12 with SMTP id f12mr785599qbo; Sun, 12 Feb 2006 20:29:38 -0800 (PST) Received: by 10.65.35.3 with HTTP; Sun, 12 Feb 2006 20:29:37 -0800 (PST) Message-ID: Date: Mon, 13 Feb 2006 17:29:38 +1300 From: Jonathan Roewen To: OCaml Subject: [Caml-list] Thread Local Storage MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Miltered: at nez-perce with ID 43F00B32.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocaml:01 bytecode:01 globals:01 tls:01 thread:02 instances:02 implement:05 i'm:08 wondering:09 gmail:09 somehow:10 something:13 package:14 possible:15 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 Hi, I'm wondering if it'd be at all possible to somehow implement something akin to TLS under the ocaml bytecode vmthreads package. This is for having software-based processes, and globals whose instances are unique to a given process. Jonathan