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=1.0 required=5.0 tests=AWL,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 mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 761FEBC69 for ; Mon, 22 Oct 2007 21:39:39 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAADKZHEfAXQInh2dsb2JhbACOVwEBAQgKKQ X-IronPort-AV: E=Sophos;i="4.21,312,1188770400"; d="scan'208";a="18480528" Received: from concorde.inria.fr ([192.93.2.39]) by mail4-smtp-sop.national.inria.fr with ESMTP; 22 Oct 2007 21:39:39 +0200 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l9MJdc7W031583 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Mon, 22 Oct 2007 21:39:38 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAKqZHEdA6aLqkmdsb2JhbACOVwEBAQEHBAQTFg X-IronPort-AV: E=Sophos;i="4.21,313,1188770400"; d="scan'208";a="3481224" Received: from nz-out-0506.google.com ([64.233.162.234]) by mail2-smtp-roc.national.inria.fr with ESMTP; 22 Oct 2007 21:39:38 +0200 Received: by nz-out-0506.google.com with SMTP id z3so487751nzf for ; Mon, 22 Oct 2007 12:39:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=SmPniNRJTYXqtqmRpjeclhqSMnMXQ2GTmofjhWT0nJw=; b=geOdxvLGJAvIabokzNTvB0upV8q3JGCYYjNFaPfWiMlCNGzuxa/BbOAapJixbINn5wTS/OI+Zw796FffNcZGJsXylJ8LlPYaWx4qQoUBJRsvPNCMzE7h0xfvhvBkD15DC+L9K3XpYxxsk8pPltZTsL4A+ILdRB7pEjCpiMCekuQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=o1FF3gTCN6XZsFcbTcj9GZkh9hDujWNGdrvLH96p4tYjxhRc5LYsmzQrXCiKaad7mxwCxP+hyV7uZTMpNWnhYe7bRFAtJ7RXmHyeEa8D3rZnJHOTrg+F3JcIHSrSevyykaYQaUhenmzaIklC2DJJp3Na7y/+5/5kBwlytq6lG0o= Received: by 10.142.203.13 with SMTP id a13mr1540405wfg.1193081976443; Mon, 22 Oct 2007 12:39:36 -0700 (PDT) Received: by 10.142.102.20 with HTTP; Mon, 22 Oct 2007 12:39:36 -0700 (PDT) Message-ID: Date: Mon, 22 Oct 2007 12:39:36 -0700 From: "Jake Donham" Sender: jake.donham@gmail.com To: caml-list@inria.fr Subject: Re: [Caml-list] How to monitor a specific file for changes In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071023052001.517e957e.mle+ocaml@mega-nerd.com> X-Google-Sender-Auth: 185dd04c3698c7a3 X-Miltered: at concorde with ID 471CFC7A.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; wrote:01 caml-list:01 library:03 linux:07 uses:07 platforms:09 file:11 mechanism:11 changes:12 think:13 does:14 something:14 use:16 polling:16 specific:18 On 10/22/07, Orlin Grigorov wrote: > Is there something I can use successfully on both Linux and Mac about that? There is a multiplatform library in OMake that uses whatever mechanism is available. I don't know what it does on Mac; I think it falls back to polling on platforms where nothing else is available. Jake