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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id BAAB0BBAF for ; Sun, 20 Dec 2009 12:56:42 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AogBAJ+fLUvRVdzbkGdsb2JhbACECowMin0/AQEBAQkJDAcTA6ZlgVuEGIhPAQIDBYEqgi1SBIsw X-IronPort-AV: E=Sophos;i="4.47,427,1257116400"; d="scan'208";a="40317880" Received: from mail-fx0-f219.google.com ([209.85.220.219]) by mail3-smtp-sop.national.inria.fr with ESMTP; 20 Dec 2009 12:56:42 +0100 Received: by fxm19 with SMTP id 19so4508827fxm.17 for ; Sun, 20 Dec 2009 03:56:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:cc :content-type; bh=PYr3JWhzFPw3t0eliOKsYDNXCg7Vd4BGuG3iNEm1GKw=; b=afJq6/QGBRhZvx/kx9JUZP2kuVvIORJk4mE1pfBey3xJ0PXCa8zk/uAFxAkjEM2Bsu qRrYAcZLNfXldNo6s9l1q0ahjxmOfZx2H6n1tRquJMxbcE1kJse+/NIAoBBDs+oBWNQx 3O8qtYk3DfLRj8IbzzoOen2OsBUwgvjPjlMCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:cc:content-type; b=dnmjkPPqLwJK4pIjV7l+x9VdQyV74IUQ8SfLxLIE/S5d2qesHCIIq5RkzRxN7Wgjeo vcj2RcnD2r44eyvWtt3dkLLcRmYFzEOQBCXU/sdB7Z5b23GwSTbAu6gSNN1U7PKI9BW4 Z2M0cEn0mtalNz4B/ANWuwXK5aulytjlghnr8= MIME-Version: 1.0 Sender: rigtorp@gmail.com Received: by 10.223.5.77 with SMTP id 13mr7840249fau.86.1261310201670; Sun, 20 Dec 2009 03:56:41 -0800 (PST) In-Reply-To: <4B2D2BC1.6020204@msu.edu> References: <4B2D2BC1.6020204@msu.edu> Date: Sun, 20 Dec 2009 12:56:41 +0100 X-Google-Sender-Auth: 534b92a9085aabc6 Message-ID: Subject: Re: [***SPAM*** Score/Req: 10.1/8.0] [Caml-list] Re: OCaml is broken From: Erik Rigtorp Cc: caml-list Content-Type: text/plain; charset=UTF-8 X-Spam: no; 0.00; ocaml:01 jocaml:01 ocaml:01 runtime:01 haskell:01 haskell:01 req:98 2009:98 threads:01 wrote:01 unix:01 caml-list:01 latency:01 functional:02 programming:03 On Sat, Dec 19, 2009 at 20:38, Jeff Shaw wrote: > My understanding is that since jocaml uses the regular ocaml runtime, it is > also not multicore enabled. > > Haskell is a functional language that has good performance that can use > multiple processors, but the learning curve is steeper and higher. Haskell has as far as i've understood very poor and unpredictable performance. > Note that if you're not using a lot of threads, you can use Unix.fork to do > true multithreaded programming ocaml. I would get to much IPC latency with that solution.