From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: *** X-Spam-Status: No, score=3.1 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 5E5E5BB84 for ; Tue, 10 Feb 2009 22:23:33 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvcBAAR/kUnMf9lqlGdsb2JhbACUSAEBAQEJCwgJEQO/LYQaBg X-IronPort-AV: E=Sophos;i="4.38,188,1233529200"; d="scan'208";a="23879237" Received: from fmailhost06.isp.att.net ([204.127.217.106]) by mail1-smtp-roc.national.inria.fr with ESMTP; 10 Feb 2009 22:23:32 +0100 Received: from [192.168.1.100] (adsl-150-36-242.msy.bellsouth.net[72.150.36.242]) by isp.att.net (frfwmhc06) with ESMTP id <20090210212330H0600b8ut4e>; Tue, 10 Feb 2009 21:23:30 +0000 X-Originating-IP: [72.150.36.242] Message-ID: <4991F03F.30500@bellsouth.net> Date: Tue, 10 Feb 2009 15:23:11 -0600 From: Martin Bishop User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: caml-list@inria.fr Subject: A request for tools Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; ocaml:01 ocaml:01 threads:01 heap:01 languages:03 src:94 implementing:06 bishop:08 rather:08 wondering:09 might:12 interesting:12 similar:12 pkg:13 tools:13 I learned Modula-3 recently, and of a neat tool that Modula-3 has called "showthread"[1]. I was wondering if anyone would be interested in implementing a program similar to it for OCaml, as it's a really neat tool, and one that I have not seen in other languages. There are also a few other programs like "showheap" which shows the heap usage of a program, rather than the threads. It too might be interesting to make for OCaml. [1] http://modula3.elegosoft.com/pm3/pkg/showthread/src/index.html