From owner-freebsd-fs@FreeBSD.ORG Thu Aug 29 13:59:34 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2B700911 for ; Thu, 29 Aug 2013 13:59:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F34602943 for ; Thu, 29 Aug 2013 13:59:33 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 2BEFD21D41 for ; Thu, 29 Aug 2013 09:59:27 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Thu, 29 Aug 2013 09:59:28 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=K0kSmHcsW6LsDjTxQlIN21X9FqI=; b=Zmk ytcfMz5zqv/WLSHXJtRfZq69YibQ33Hyo7vO8WkD2yAjdrpxwFu3lvhgLHdOtlCJ cjcjgDJAvB+O2TvWU+JLo6gEvIkL2HYzXXiJF5ot6Ym2ZmasIl0g5fIcuomHOjWf EY25set6Q02v1RaR2qCy6GQbrlOL0+8Ven/wjU64= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id A77BFB0003E; Thu, 29 Aug 2013 09:59:27 -0400 (EDT) Message-Id: <1377784767.31759.15575801.12666FDA@webmail.messagingengine.com> X-Sasl-Enc: 47KHKLo1kWQQ8ZXFyiXJwW7dSqgbP2nFGLqKUnASoVhg 1377784767 From: Mark Felder To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-be0d4992 In-Reply-To: <1079189088.15197172.1377784177805.JavaMail.root@uoguelph.ca> References: <1079189088.15197172.1377784177805.JavaMail.root@uoguelph.ca> Subject: Re: NFS on ZFS pure SSD pool Date: Thu, 29 Aug 2013 08:59:27 -0500 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 13:59:34 -0000 On Thu, Aug 29, 2013, at 8:49, Rick Macklem wrote: > I haven't touched a Mac in several years, but I think Finder probes at > regular intervals to see if directories (oops, I meant folders;-) have > changed. I think there is a way to increase the interval time between > probes. > I can't be 100% sure, but I think Finder does an initial scan sometime after the OS install and after that it just watches filesystem changes through the FSEvents API -- like inotify/dnotify on linux or what you can sort of do with kqueue on FreeBSD.