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 049F1BC68 for ; Sat, 19 Aug 2006 00:40:26 +0200 (CEST) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k7IMePac016882 for ; Sat, 19 Aug 2006 00:40:25 +0200 Received: by nz-out-0102.google.com with SMTP id z3so583845nzf for ; Fri, 18 Aug 2006 15:40:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=OnvMyYbVqdHlQ3+nVTlzXl/9JQM2B9HO4vM57zgLNi00FEENK64lAxMVv6IvDeBdUk252gST9ESPndBvgI6AHrhp2JiRIENxBnf8LR252+CLawSmEbS9vJZ9gVRMzwz2bJ4M/lCEXYaTzV0G02PZc2gaO37zR/57SB5Tpef/g3E= Received: by 10.65.112.5 with SMTP id p5mr4403799qbm; Fri, 18 Aug 2006 15:40:24 -0700 (PDT) Received: from ?192.168.0.101? ( [88.3.1.24]) by mx.gmail.com with ESMTP id e18sm616681qbe.2006.08.18.15.40.24; Fri, 18 Aug 2006 15:40:24 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: caml-list From: Joel Reymont Subject: Lightweight threads in native mode + SMP Date: Fri, 18 Aug 2006 23:40:21 +0100 X-Mailer: Apple Mail (2.752.2) X-Spam: no; 0.00; threads:01 threads:01 bytecode:01 native:02 native:02 correct:08 lightweight:12 lightweight:12 smp:12 smp:12 otherwise:12 mode:12 mode:12 thanks:16 there:17 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 Am I correct that lightweight threads are only available with bytecode and OS threads are available otherwise? Are there any plans for SMP or lightweight threads in native mode? Thanks, Joel -- http://wagerlabs.com/